Html Css Color HEX #F0AFD2 Lavender Pink

📋 copy color: '#F0AFD2'

red 240 ◦ green 175 ◦ blue 210

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

Shades of Lavender Pink #F0AFD2

Tints of Lavender Pink #F0AFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.6%

R = 38.4%
G = 28%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F0AFD2 (or 0xF0AFD2) is known color: Lavender Pink. HEX triplet: F0, AF and D2. RGB value is (240,175,210). Sum of RGB (Red+Green+Blue) = 240+175+210=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFD2 is #0F502D. Grayscale: #C6C6C6. Windows color (decimal): -1003566 or 13807600. OLE color: 13807600.

HSL color Cylindrical-coordinate representation of color #F0AFD2: hue angle of 327.69º 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 #F0AFD2 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 210 -
CMYK 0 0.27 0.12 0.06
HSL 327.69º 0.68% 0.81% -
HSV(B) 327.69º 0.27% 0.94% -
XYZ 62.9 53.84 68.05 -
YUV 198.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 240 175 210 0 0.27 0.12 0.06 327.69 0.68 0.81
Hex F0 AF D2 0 1B C 6 148 44 51
Octal 360 257 322 0 33 14 6 510 104 121
Binary 11110000 10101111 11010010 0 11011 1100 110 101001000 1000100 1010001

Color Harmonies of #F0AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFD2

Black with #F0AFD2

Text Example


Text Example

White with #F0AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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