Html Css Color HEX #F0AFD8 Lavender Pink

📋 copy color: '#F0AFD8'

red 240 ◦ green 175 ◦ blue 216

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

Shades of Lavender Pink #F0AFD8

Tints of Lavender Pink #F0AFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.23%

R = 38.03%
G = 27.73%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F0AFD8 (or 0xF0AFD8) is known color: Lavender Pink. HEX triplet: F0, AF and D8. RGB value is (240,175,216). Sum of RGB (Red+Green+Blue) = 240+175+216=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFD8 is #0F5027. Grayscale: #C7C7C7. Windows color (decimal): -1003560 or 14200816. OLE color: 14200816.

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

Color convert

RGB 240 175 216 -
CMYK 0 0.27 0.1 0.06
HSL 322.15º 0.68% 0.81% -
HSV(B) 322.15º 0.27% 0.94% -
XYZ 63.66 54.14 72.06 -
YUV 199.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 240 175 216 0 0.27 0.1 0.06 322.15 0.68 0.81
Hex F0 AF D8 0 1B A 6 142 44 51
Octal 360 257 330 0 33 12 6 502 104 121
Binary 11110000 10101111 11011000 0 11011 1010 110 101000010 1000100 1010001

Color Harmonies of #F0AFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFD8

Black with #F0AFD8

Text Example


Text Example

White with #F0AFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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