Html Css Color HEX #FBBDEF Lavender Rose

📋 copy color: '#FBBDEF'

red 251 ◦ green 189 ◦ blue 239

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

Shades of Lavender Rose #FBBDEF

Tints of Lavender Rose #FBBDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.2%

R = 36.97%
G = 27.84%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBBDEF (or 0xFBBDEF) is known color: Lavender Rose. HEX triplet: FB, BD and EF. RGB value is (251,189,239). Sum of RGB (Red+Green+Blue) = 251+189+239=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 189 (74.22% from 255 or 27.84% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDEF is #044210. Grayscale: #D5D5D5. Windows color (decimal): -279057 or 15711739. OLE color: 15711739.

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

Color convert

RGB 251 189 239 -
CMYK 0 0.25 0.05 0.02
HSL 311.61º 0.89% 0.86% -
HSV(B) 311.61º 0.25% 0.98% -
XYZ 73.56 63.14 89.97 -
YUV 213.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 251 189 239 0 0.25 0.05 0.02 311.61 0.89 0.86
Hex FB BD EF 0 19 5 2 138 59 56
Octal 373 275 357 0 31 5 2 470 131 126
Binary 11111011 10111101 11101111 0 11001 101 10 100111000 1011001 1010110

Color Harmonies of #FBBDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDEF

Black with #FBBDEF

Text Example


Text Example

White with #FBBDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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