Html Css Color HEX #F2B0EA Lavender Rose

📋 copy color: '#F2B0EA'

red 242 ◦ green 176 ◦ blue 234

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

Shades of Lavender Rose #F2B0EA

Tints of Lavender Rose #F2B0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.99%

 BLUE value IS 234 (91.8% from 255) = 35.89%

R = 37.12%
G = 26.99%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2B0EA (or 0xF2B0EA) is known color: Lavender Rose. HEX triplet: F2, B0 and EA. RGB value is (242,176,234). Sum of RGB (Red+Green+Blue) = 242+176+234=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B0EA is #0D4F15. Grayscale: #CACACA. Windows color (decimal): -872214 or 15380722. OLE color: 15380722.

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

Color convert

RGB 242 176 234 -
CMYK 0 0.27 0.03 0.05
HSL 307.27º 0.72% 0.82% -
HSV(B) 307.27º 0.27% 0.95% -
XYZ 66.99 55.87 85.09 -
YUV 202.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 242 176 234 0 0.27 0.03 0.05 307.27 0.72 0.82
Hex F2 B0 EA 0 1B 3 5 133 48 52
Octal 362 260 352 0 33 3 5 463 110 122
Binary 11110010 10110000 11101010 0 11011 11 101 100110011 1001000 1010010

Color Harmonies of #F2B0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B0EA

Black with #F2B0EA

Text Example


Text Example

White with #F2B0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B0EA; }

 p { color: rgb(242,176,234); }

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

background-color css

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

 a { background-color: rgb(242,176,234); }

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

border-color css

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

 span { border-color: rgb(242,176,234); }

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