Html Css Color HEX #FFB5EC Lavender Rose

📋 copy color: '#FFB5EC'

red 255 ◦ green 181 ◦ blue 236

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

Shades of Lavender Rose #FFB5EC

Tints of Lavender Rose #FFB5EC

RGB

 RED value IS 255 (100% from 255) = 37.95%

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

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

R = 37.95%
G = 26.93%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFB5EC (or 0xFFB5EC) is known color: Lavender Rose. HEX triplet: FF, B5 and EC. RGB value is (255,181,236). Sum of RGB (Red+Green+Blue) = 255+181+236=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 181 (71.09% from 255 or 26.93% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5EC is #004A13. Grayscale: #D1D1D1. Windows color (decimal): -18964 or 15513087. OLE color: 15513087.

HSL color Cylindrical-coordinate representation of color #FFB5EC: hue angle of 315.41º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5EC is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 181 236 -
CMYK 0 0.29 0.07 0
HSL 315.41º 1% 0.85% -
HSV(B) 315.41º 0.29% 1% -
XYZ 72.9 60.36 87.17 -
YUV 209.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 255 181 236 0 0.29 0.07 0 315.41 1 0.85
Hex FF B5 EC 0 1D 7 0 13B 64 55
Octal 377 265 354 0 35 7 0 473 144 125
Binary 11111111 10110101 11101100 0 11101 111 0 100111011 1100100 1010101

Color Harmonies of #FFB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5EC

Black with #FFB5EC

Text Example


Text Example

White with #FFB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5EC; }

 p { color: rgb(255,181,236); }

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

background-color css

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

 a { background-color: rgb(255,181,236); }

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

border-color css

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

 span { border-color: rgb(255,181,236); }

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