Html Css Color HEX #F0AFD7 Lavender Pink

📋 copy color: '#F0AFD7'

red 240 ◦ green 175 ◦ blue 215

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

Shades of Lavender Pink #F0AFD7

Tints of Lavender Pink #F0AFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.13%

R = 38.1%
G = 27.78%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F0AFD7 (or 0xF0AFD7) is known color: Lavender Pink. HEX triplet: F0, AF and D7. RGB value is (240,175,215). Sum of RGB (Red+Green+Blue) = 240+175+215=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFD7 is #0F5028. Grayscale: #C6C6C6. Windows color (decimal): -1003561 or 14135280. OLE color: 14135280.

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

Color convert

RGB 240 175 215 -
CMYK 0 0.27 0.10 0.06
HSL 323.08º 0.68% 0.81% -
HSV(B) 323.08º 0.27% 0.94% -
XYZ 63.53 54.09 71.38 -
YUV 199 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 240 175 215 0 0.27 0.10 0.06 323.08 0.68 0.81
Hex F0 AF D7 0 1B A 6 143 44 51
Octal 360 257 327 0 33 12 6 503 104 121
Binary 11110000 10101111 11010111 0 11011 1010 110 101000011 1000100 1010001

Color Harmonies of #F0AFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFD7

Black with #F0AFD7

Text Example


Text Example

White with #F0AFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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