Html Css Color HEX #F5B0EA Lavender Rose

📋 copy color: '#F5B0EA'

red 245 ◦ green 176 ◦ blue 234

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

Shades of Lavender Rose #F5B0EA

Tints of Lavender Rose #F5B0EA

RGB

 RED value IS 245 (96.09% from 255) = 37.4%

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

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

R = 37.4%
G = 26.87%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5B0EA (or 0xF5B0EA) is known color: Lavender Rose. HEX triplet: F5, B0 and EA. RGB value is (245,176,234). Sum of RGB (Red+Green+Blue) = 245+176+234=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5B0EA is #0A4F15. Grayscale: #CBCBCB. Windows color (decimal): -675606 or 15380725. OLE color: 15380725.

HSL color Cylindrical-coordinate representation of color #F5B0EA: hue angle of 309.57º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B0EA is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 176 234 -
CMYK 0 0.28 0.04 0.04
HSL 309.57º 0.78% 0.83% -
HSV(B) 309.57º 0.28% 0.96% -
XYZ 68.03 56.4 85.14 -
YUV 203.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 245 176 234 0 0.28 0.04 0.04 309.57 0.78 0.83
Hex F5 B0 EA 0 1C 4 4 136 4E 53
Octal 365 260 352 0 34 4 4 466 116 123
Binary 11110101 10110000 11101010 0 11100 100 100 100110110 1001110 1010011

Color Harmonies of #F5B0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B0EA

Black with #F5B0EA

Text Example


Text Example

White with #F5B0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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