Html Css Color HEX #FBB1E8 Lavender Rose

📋 copy color: '#FBB1E8'

red 251 ◦ green 177 ◦ blue 232

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

Shades of Lavender Rose #FBB1E8

Tints of Lavender Rose #FBB1E8

RGB

 RED value IS 251 (98.44% from 255) = 38.03%

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

 BLUE value IS 232 (91.02% from 255) = 35.15%

R = 38.03%
G = 26.82%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBB1E8 (or 0xFBB1E8) is known color: Lavender Rose. HEX triplet: FB, B1 and E8. RGB value is (251,177,232). Sum of RGB (Red+Green+Blue) = 251+177+232=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 177 (69.53% from 255 or 26.82% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB1E8 is #044E17. Grayscale: #CDCDCD. Windows color (decimal): -282136 or 15249915. OLE color: 15249915.

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

Color convert

RGB 251 177 232 -
CMYK 0 0.29 0.08 0.02
HSL 315.41º 0.9% 0.84% -
HSV(B) 315.41º 0.29% 0.98% -
XYZ 70.07 57.78 83.8 -
YUV 205.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 251 177 232 0 0.29 0.08 0.02 315.41 0.9 0.84
Hex FB B1 E8 0 1D 8 2 13B 5A 54
Octal 373 261 350 0 35 10 2 473 132 124
Binary 11111011 10110001 11101000 0 11101 1000 10 100111011 1011010 1010100

Color Harmonies of #FBB1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB1E8

Black with #FBB1E8

Text Example


Text Example

White with #FBB1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB1E8; }

 p { color: rgb(251,177,232); }

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

background-color css

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

 a { background-color: rgb(251,177,232); }

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

border-color css

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

 span { border-color: rgb(251,177,232); }

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