Html Css Color HEX #F0AFCD Lavender Pink

📋 copy color: '#F0AFCD'

red 240 ◦ green 175 ◦ blue 205

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

Shades of Lavender Pink #F0AFCD

Tints of Lavender Pink #F0AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.06%

R = 38.71%
G = 28.23%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0AFCD (or 0xF0AFCD) is known color: Lavender Pink. HEX triplet: F0, AF and CD. RGB value is (240,175,205). Sum of RGB (Red+Green+Blue) = 240+175+205=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFCD is #0F5032. Grayscale: #C5C5C5. Windows color (decimal): -1003571 or 13479920. OLE color: 13479920.

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

Color convert

RGB 240 175 205 -
CMYK 0 0.27 0.15 0.06
HSL 332.31º 0.68% 0.81% -
HSV(B) 332.31º 0.27% 0.94% -
XYZ 62.28 53.59 64.82 -
YUV 197.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 240 175 205 0 0.27 0.15 0.06 332.31 0.68 0.81
Hex F0 AF CD 0 1B F 6 14C 44 51
Octal 360 257 315 0 33 17 6 514 104 121
Binary 11110000 10101111 11001101 0 11011 1111 110 101001100 1000100 1010001

Color Harmonies of #F0AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFCD

Black with #F0AFCD

Text Example


Text Example

White with #F0AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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