Html Css Color HEX #F0AFD4 Lavender Pink

📋 copy color: '#F0AFD4'

red 240 ◦ green 175 ◦ blue 212

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

Shades of Lavender Pink #F0AFD4

Tints of Lavender Pink #F0AFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.81%

R = 38.28%
G = 27.91%
B = 33.81%

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

#F0AFD4 (or 0xF0AFD4) is known color: Lavender Pink. HEX triplet: F0, AF and D4. RGB value is (240,175,212). Sum of RGB (Red+Green+Blue) = 240+175+212=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFD4 is #0F502B. Grayscale: #C6C6C6. Windows color (decimal): -1003564 or 13938672. OLE color: 13938672.

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

Color convert

RGB 240 175 212 -
CMYK 0 0.27 0.12 0.06
HSL 325.85º 0.68% 0.81% -
HSV(B) 325.85º 0.27% 0.94% -
XYZ 63.15 53.94 69.37 -
YUV 198.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 240 175 212 0 0.27 0.12 0.06 325.85 0.68 0.81
Hex F0 AF D4 0 1B C 6 146 44 51
Octal 360 257 324 0 33 14 6 506 104 121
Binary 11110000 10101111 11010100 0 11011 1100 110 101000110 1000100 1010001

Color Harmonies of #F0AFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFD4

Black with #F0AFD4

Text Example


Text Example

White with #F0AFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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