Html Css Color HEX #F2AFEB Lavender Rose

📋 copy color: '#F2AFEB'

red 242 ◦ green 175 ◦ blue 235

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

Shades of Lavender Rose #F2AFEB

Tints of Lavender Rose #F2AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.04%

R = 37.12%
G = 26.84%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2AFEB (or 0xF2AFEB) is known color: Lavender Rose. HEX triplet: F2, AF and EB. RGB value is (242,175,235). Sum of RGB (Red+Green+Blue) = 242+175+235=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFEB is #0D5014. Grayscale: #C9C9C9. Windows color (decimal): -872469 or 15446002. OLE color: 15446002.

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

Color convert

RGB 242 175 235 -
CMYK 0 0.28 0.03 0.05
HSL 306.27º 0.72% 0.82% -
HSV(B) 306.27º 0.28% 0.95% -
XYZ 66.94 55.54 85.79 -
YUV 201.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 242 175 235 0 0.28 0.03 0.05 306.27 0.72 0.82
Hex F2 AF EB 0 1C 3 5 132 48 52
Octal 362 257 353 0 34 3 5 462 110 122
Binary 11110010 10101111 11101011 0 11100 11 101 100110010 1001000 1010010

Color Harmonies of #F2AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFEB

Black with #F2AFEB

Text Example


Text Example

White with #F2AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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