Html Css Color HEX #F2AFDE Lavender Rose

📋 copy color: '#F2AFDE'

red 242 ◦ green 175 ◦ blue 222

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

Shades of Lavender Rose #F2AFDE

Tints of Lavender Rose #F2AFDE

RGB

 RED value IS 242 (94.92% from 255) = 37.87%

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

 BLUE value IS 222 (87.11% from 255) = 34.74%

R = 37.87%
G = 27.39%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2AFDE (or 0xF2AFDE) is known color: Lavender Rose. HEX triplet: F2, AF and DE. RGB value is (242,175,222). Sum of RGB (Red+Green+Blue) = 242+175+222=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFDE is #0D5021. Grayscale: #C8C8C8. Windows color (decimal): -872482 or 14594034. OLE color: 14594034.

HSL color Cylindrical-coordinate representation of color #F2AFDE: hue angle of 317.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFDE is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 175 222 -
CMYK 0 0.28 0.08 0.05
HSL 317.91º 0.72% 0.82% -
HSV(B) 317.91º 0.28% 0.95% -
XYZ 65.13 54.81 76.25 -
YUV 200.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 242 175 222 0 0.28 0.08 0.05 317.91 0.72 0.82
Hex F2 AF DE 0 1C 8 5 13E 48 52
Octal 362 257 336 0 34 10 5 476 110 122
Binary 11110010 10101111 11011110 0 11100 1000 101 100111110 1001000 1010010

Color Harmonies of #F2AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFDE

Black with #F2AFDE

Text Example


Text Example

White with #F2AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFDE; }

 p { color: rgb(242,175,222); }

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

background-color css

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

 a { background-color: rgb(242,175,222); }

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

border-color css

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

 span { border-color: rgb(242,175,222); }

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