#F7AFCB

Color #F7AFCB Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #F7AFCB

Tints of Lavender Pink #F7AFCB

Color information

#F7AFCB (or 0xF7AFCB) is unknown color: approx Lavender Pink. HEX triplet: F7, AF and CB. RGB value is (247,175,203). Sum of RGB (Red+Green+Blue) = 247+175+203=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AFCB is #085034. Grayscale: #C7C7C7. Windows color (decimal): -544821 or 13348855. OLE color: 13348855.

HSL color Cylindrical-coordinate representation of color #F7AFCB: hue angle of 336.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7AFCB is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247175203-
CMYK00.290.180.03
HSL336.67º81.82%82.75%-
HSV(B)336.67º29.15%96.86%-
XYZ64.4754.7563.67-
YUV199.72129.85161.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 39.52%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=39.52%
G=28%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717520300.290.180.03336.6781.8282.75
HexF7AFCB01D1231515253
Octal367257313035223521122123
Binary111101111010111111001011011101100101110101000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AFCB; }

 p { color: rgb(247,175,203); }

 H1.HeaderClassName
 {
   color: #F7AFCB;
 }
 .AnyTagClassName
 {
   color: #F7AFCB;
 }
</style>
background-color css

<style>
 a { background-color: #F7AFCB; }

 a { background-color: rgb(247,175,203); }

 div.DivClassName
 {
   background-color: #F7AFCB;
 }
 .BgClassName
 {
   background-color: #F7AFCB;
 }
</style>
border-color css

<style>
 span { border-color: #F7AFCB; }

 span { border-color: rgb(247,175,203); }

 td.TdClassName
 {
   border-color: #F7AFCB;
 }
 .TagClassName
 {
   border-color: #F7AFCB;
 }
</style>