Html Css Color HEX #F2AFEC Lavender Rose

📋 copy color: '#F2AFEC'

red 242 ◦ green 175 ◦ blue 236

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

Shades of Lavender Rose #F2AFEC

Tints of Lavender Rose #F2AFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.14%

R = 37.06%
G = 26.8%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2AFEC (or 0xF2AFEC) is known color: Lavender Rose. HEX triplet: F2, AF and EC. RGB value is (242,175,236). Sum of RGB (Red+Green+Blue) = 242+175+236=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFEC is #0D5013. Grayscale: #C9C9C9. Windows color (decimal): -872468 or 15511538. OLE color: 15511538.

HSL color Cylindrical-coordinate representation of color #F2AFEC: hue angle of 305.37º 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 #F2AFEC is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 175 236 -
CMYK 0 0.28 0.02 0.05
HSL 305.37º 0.72% 0.82% -
HSV(B) 305.37º 0.28% 0.95% -
XYZ 67.09 55.59 86.55 -
YUV 201.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 242 175 236 0 0.28 0.02 0.05 305.37 0.72 0.82
Hex F2 AF EC 0 1C 2 5 131 48 52
Octal 362 257 354 0 34 2 5 461 110 122
Binary 11110010 10101111 11101100 0 11100 10 101 100110001 1001000 1010010

Color Harmonies of #F2AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFEC

Black with #F2AFEC

Text Example


Text Example

White with #F2AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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