Html Css Color HEX #FBB1ED Lavender Rose

📋 copy color: '#FBB1ED'

red 251 ◦ green 177 ◦ blue 237

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

Shades of Lavender Rose #FBB1ED

Tints of Lavender Rose #FBB1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.64%

R = 37.74%
G = 26.62%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBB1ED (or 0xFBB1ED) is known color: Lavender Rose. HEX triplet: FB, B1 and ED. RGB value is (251,177,237). Sum of RGB (Red+Green+Blue) = 251+177+237=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB1ED is #044E12. Grayscale: #CDCDCD. Windows color (decimal): -282131 or 15577595. OLE color: 15577595.

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

Color convert

RGB 251 177 237 -
CMYK 0 0.29 0.06 0.02
HSL 311.35º 0.9% 0.84% -
HSV(B) 311.35º 0.29% 0.98% -
XYZ 70.79 58.07 87.6 -
YUV 205.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 251 177 237 0 0.29 0.06 0.02 311.35 0.9 0.84
Hex FB B1 ED 0 1D 6 2 137 5A 54
Octal 373 261 355 0 35 6 2 467 132 124
Binary 11111011 10110001 11101101 0 11101 110 10 100110111 1011010 1010100

Color Harmonies of #FBB1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB1ED

Black with #FBB1ED

Text Example


Text Example

White with #FBB1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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