#FBBEDE

Color #FBBEDE Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FBBEDE

Tints of Classic Rose #FBBEDE

Color information

#FBBEDE (or 0xFBBEDE) is unknown color: approx Classic Rose. HEX triplet: FB, BE and DE. RGB value is (251,190,222). Sum of RGB (Red+Green+Blue) = 251+190+222=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEDE is #044121. Grayscale: #D3D3D3. Windows color (decimal): -278818 or 14597883. OLE color: 14597883.

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

Color convert

RGB251190222-
CMYK00.240.120.02
HSL328.52º88.41%86.47%-
HSV(B)328.52º24.3%98.43%-
XYZ71.3862.6177.43-
YUV211.89133.71155.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 190 (74.61% from 255) = 28.66%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=37.86%
G=28.66%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119022200.240.120.02328.5288.4186.47
HexFBBEDE018C21495856
Octal373276336030142511130126
Binary11111011101111101101111001100011001010100100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEDE; }

 p { color: rgb(251,190,222); }

 H1.HeaderClassName
 {
   color: #FBBEDE;
 }
 .AnyTagClassName
 {
   color: #FBBEDE;
 }
</style>
background-color css

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

 a { background-color: rgb(251,190,222); }

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

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

 span { border-color: rgb(251,190,222); }

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