Html Css Color HEX #FBBDE9 Lavender Rose

📋 copy color: '#FBBDE9'

red 251 ◦ green 189 ◦ blue 233

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

Shades of Lavender Rose #FBBDE9

Tints of Lavender Rose #FBBDE9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.08%

 BLUE value IS 233 (91.41% from 255) = 34.62%

R = 37.3%
G = 28.08%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBBDE9 (or 0xFBBDE9) is known color: Lavender Rose. HEX triplet: FB, BD and E9. RGB value is (251,189,233). Sum of RGB (Red+Green+Blue) = 251+189+233=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDE9 is #044216. Grayscale: #D4D4D4. Windows color (decimal): -279063 or 15318523. OLE color: 15318523.

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

Color convert

RGB 251 189 233 -
CMYK 0 0.25 0.07 0.02
HSL 317.42º 0.89% 0.86% -
HSV(B) 317.42º 0.25% 0.98% -
XYZ 72.69 62.79 85.38 -
YUV 212.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 251 189 233 0 0.25 0.07 0.02 317.42 0.89 0.86
Hex FB BD E9 0 19 7 2 13D 59 56
Octal 373 275 351 0 31 7 2 475 131 126
Binary 11111011 10111101 11101001 0 11001 111 10 100111101 1011001 1010110

Color Harmonies of #FBBDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDE9

Black with #FBBDE9

Text Example


Text Example

White with #FBBDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDE9; }

 p { color: rgb(251,189,233); }

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

background-color css

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

 a { background-color: rgb(251,189,233); }

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

border-color css

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

 span { border-color: rgb(251,189,233); }

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