Html Css Color HEX #FBBBED Lavender Rose

📋 copy color: '#FBBBED'

red 251 ◦ green 187 ◦ blue 237

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

Shades of Lavender Rose #FBBBED

Tints of Lavender Rose #FBBBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.7%

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

R = 37.19%
G = 27.7%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBBBED (or 0xFBBBED) is known color: Lavender Rose. HEX triplet: FB, BB and ED. RGB value is (251,187,237). Sum of RGB (Red+Green+Blue) = 251+187+237=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBED is #044412. Grayscale: #D3D3D3. Windows color (decimal): -279571 or 15580155. OLE color: 15580155.

HSL color Cylindrical-coordinate representation of color #FBBBED: hue angle of 313.12º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBBED is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 187 237 -
CMYK 0 0.25 0.06 0.02
HSL 313.13º 0.89% 0.86% -
HSV(B) 313.13º 0.25% 0.98% -
XYZ 72.84 62.16 88.28 -
YUV 211.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 251 187 237 0 0.25 0.06 0.02 313.13 0.89 0.86
Hex FB BB ED 0 19 6 2 139 59 56
Octal 373 273 355 0 31 6 2 471 131 126
Binary 11111011 10111011 11101101 0 11001 110 10 100111001 1011001 1010110

Color Harmonies of #FBBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBBED

Black with #FBBBED

Text Example


Text Example

White with #FBBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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