#FBCEED

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

Shades of Classic Rose #FBCEED

Tints of Classic Rose #FBCEED

Color information

#FBCEED (or 0xFBCEED) is unknown color: approx Classic Rose. HEX triplet: FB, CE and ED. RGB value is (251,206,237). Sum of RGB (Red+Green+Blue) = 251+206+237=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEED is #043112. Grayscale: #DEDEDE. Windows color (decimal): -274707 or 15585019. OLE color: 15585019.

HSL color Cylindrical-coordinate representation of color #FBCEED: hue angle of 318.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 #FBCEED is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251206237-
CMYK00.180.060.02
HSL318.67º84.91%89.61%-
HSV(B)318.67º17.93%98.43%-
XYZ77.1470.7789.71-
YUV222.99135.91147.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 206 (80.86% from 255) = 29.68%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=36.17%
G=29.68%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120623700.180.060.02318.6784.9189.61
HexFBCEED0126213f555a
Octal37331635502262477125132
Binary1111101111001110111011010100101101010011111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEED; }

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

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

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

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

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

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

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

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