#FBCEE1

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

Shades of Classic Rose #FBCEE1

Tints of Classic Rose #FBCEE1

Color information

#FBCEE1 (or 0xFBCEE1) is unknown color: approx Classic Rose. HEX triplet: FB, CE and E1. RGB value is (251,206,225). Sum of RGB (Red+Green+Blue) = 251+206+225=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEE1 is #04311E. Grayscale: #DDDDDD. Windows color (decimal): -274719 or 14798587. OLE color: 14798587.

HSL color Cylindrical-coordinate representation of color #FBCEE1: hue angle of 334.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCEE1 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251206225-
CMYK00.180.100.02
HSL334.67º84.91%89.61%-
HSV(B)334.67º17.93%98.43%-
XYZ75.4570.0980.79-
YUV221.62129.91148.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 206 (80.86% from 255) = 30.21%
BLUE value IS 225 (88.28% from 255) = 32.99%
R=36.80%
G=30.21%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120622500.180.100.02334.6784.9189.61
HexFBCEE1012A214f555a
Octal373316341022122517125132
Binary11111011110011101110000101001010101010100111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEE1; }

 p { color: rgb(251,206,225); }

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

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

 a { background-color: rgb(251,206,225); }

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

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

 span { border-color: rgb(251,206,225); }

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