Html Css Color HEX #F0AFCE Lavender Pink

📋 copy color: '#F0AFCE'

red 240 ◦ green 175 ◦ blue 206

#F0AFCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #F0AFCE

Tints of Lavender Pink #F0AFCE

RGB

 RED value IS 240 (94.14% from 255) = 38.65%

 GREEN value IS 175 (68.75% from 255) = 28.18%

 BLUE value IS 206 (80.86% from 255) = 33.17%

R = 38.65%
G = 28.18%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0AFCE (or 0xF0AFCE) is known color: Lavender Pink. HEX triplet: F0, AF and CE. RGB value is (240,175,206). Sum of RGB (Red+Green+Blue) = 240+175+206=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFCE is #0F5031. Grayscale: #C5C5C5. Windows color (decimal): -1003570 or 13545456. OLE color: 13545456.

HSL color Cylindrical-coordinate representation of color #F0AFCE: hue angle of 331.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFCE is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 206 -
CMYK 0 0.27 0.14 0.06
HSL 331.38º 0.68% 0.81% -
HSV(B) 331.38º 0.27% 0.94% -
XYZ 62.41 53.64 65.46 -
YUV 197.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 240 175 206 0 0.27 0.14 0.06 331.38 0.68 0.81
Hex F0 AF CE 0 1B E 6 14B 44 51
Octal 360 257 316 0 33 16 6 513 104 121
Binary 11110000 10101111 11001110 0 11011 1110 110 101001011 1000100 1010001

Color Harmonies of #F0AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFCE

Black with #F0AFCE

Text Example


Text Example

White with #F0AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFCE; }

 p { color: rgb(240,175,206); }

 H1.HeaderClassName
 {
   color: #F0AFCE;
 }
 .AnyTagClassName
 {
   color: #F0AFCE;
 }
</style>

background-color css

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

 a { background-color: rgb(240,175,206); }

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

border-color css

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

 span { border-color: rgb(240,175,206); }

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