Html Css Color HEX #F2B5E8 Lavender Rose

📋 copy color: '#F2B5E8'

red 242 ◦ green 181 ◦ blue 232

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

Shades of Lavender Rose #F2B5E8

Tints of Lavender Rose #F2B5E8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.63%

 BLUE value IS 232 (91.02% from 255) = 35.42%

R = 36.95%
G = 27.63%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2B5E8 (or 0xF2B5E8) is known color: Lavender Rose. HEX triplet: F2, B5 and E8. RGB value is (242,181,232). Sum of RGB (Red+Green+Blue) = 242+181+232=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B5E8 is #0D4A17. Grayscale: #CCCCCC. Windows color (decimal): -870936 or 15250930. OLE color: 15250930.

HSL color Cylindrical-coordinate representation of color #F2B5E8: hue angle of 309.84º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5E8 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 181 232 -
CMYK 0 0.25 0.04 0.05
HSL 309.84º 0.7% 0.83% -
HSV(B) 309.84º 0.25% 0.95% -
XYZ 67.71 57.75 83.92 -
YUV 205.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 242 181 232 0 0.25 0.04 0.05 309.84 0.7 0.83
Hex F2 B5 E8 0 19 4 5 136 46 53
Octal 362 265 350 0 31 4 5 466 106 123
Binary 11110010 10110101 11101000 0 11001 100 101 100110110 1000110 1010011

Color Harmonies of #F2B5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B5E8

Black with #F2B5E8

Text Example


Text Example

White with #F2B5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B5E8; }

 p { color: rgb(242,181,232); }

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

background-color css

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

 a { background-color: rgb(242,181,232); }

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

border-color css

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

 span { border-color: rgb(242,181,232); }

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