Html Css Color HEX #FFB4EC Lavender Rose

📋 copy color: '#FFB4EC'

red 255 ◦ green 180 ◦ blue 236

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

Shades of Lavender Rose #FFB4EC

Tints of Lavender Rose #FFB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.83%

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

R = 38%
G = 26.83%
B = 35.17%

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

#FFB4EC (or 0xFFB4EC) is known color: Lavender Rose. HEX triplet: FF, B4 and EC. RGB value is (255,180,236). Sum of RGB (Red+Green+Blue) = 255+180+236=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 180 (70.70% from 255 or 26.83% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4EC is #004B13. Grayscale: #D0D0D0. Windows color (decimal): -19220 or 15512831. OLE color: 15512831.

HSL color Cylindrical-coordinate representation of color #FFB4EC: hue angle of 315.2º 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 #FFB4EC is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 180 236 -
CMYK 0 0.29 0.07 0
HSL 315.2º 1% 0.85% -
HSV(B) 315.2º 0.29% 1% -
XYZ 72.7 59.96 87.1 -
YUV 208.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 255 180 236 0 0.29 0.07 0 315.2 1 0.85
Hex FF B4 EC 0 1D 7 0 13B 64 55
Octal 377 264 354 0 35 7 0 473 144 125
Binary 11111111 10110100 11101100 0 11101 111 0 100111011 1100100 1010101

Color Harmonies of #FFB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB4EC

Black with #FFB4EC

Text Example


Text Example

White with #FFB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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