Html Css Color HEX #FFB1EE Lavender Rose

📋 copy color: '#FFB1EE'

red 255 ◦ green 177 ◦ blue 238

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

Shades of Lavender Rose #FFB1EE

Tints of Lavender Rose #FFB1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.42%

 BLUE value IS 238 (93.36% from 255) = 35.52%

R = 38.06%
G = 26.42%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFB1EE (or 0xFFB1EE) is known color: Lavender Rose. HEX triplet: FF, B1 and EE. RGB value is (255,177,238). Sum of RGB (Red+Green+Blue) = 255+177+238=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 177 (69.53% from 255 or 26.42% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1EE is #004E11. Grayscale: #CFCFCF. Windows color (decimal): -19986 or 15643135. OLE color: 15643135.

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

Color convert

RGB 255 177 238 -
CMYK 0 0.31 0.07 0
HSL 313.08º 1% 0.85% -
HSV(B) 313.08º 0.31% 1% -
XYZ 72.39 58.88 88.44 -
YUV 207.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 255 177 238 0 0.31 0.07 0 313.08 1 0.85
Hex FF B1 EE 0 1F 7 0 139 64 55
Octal 377 261 356 0 37 7 0 471 144 125
Binary 11111111 10110001 11101110 0 11111 111 0 100111001 1100100 1010101

Color Harmonies of #FFB1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB1EE

Black with #FFB1EE

Text Example


Text Example

White with #FFB1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB1EE; }

 p { color: rgb(255,177,238); }

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

background-color css

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

 a { background-color: rgb(255,177,238); }

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

border-color css

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

 span { border-color: rgb(255,177,238); }

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