#FBCFEC

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

Shades of Classic Rose #FBCFEC

Tints of Classic Rose #FBCFEC

Color information

#FBCFEC (or 0xFBCFEC) is unknown color: approx Classic Rose. HEX triplet: FB, CF and EC. RGB value is (251,207,236). Sum of RGB (Red+Green+Blue) = 251+207+236=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 207 (81.25% from 255 or 29.83% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFEC is #043013. Grayscale: #DFDFDF. Windows color (decimal): -274452 or 15519739. OLE color: 15519739.

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

Color convert

RGB251207236-
CMYK00.180.060.02
HSL320.45º84.62%89.8%-
HSV(B)320.45º17.53%98.43%-
XYZ77.2471.1989.03-
YUV223.46135.08147.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 207 (81.25% from 255) = 29.83%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=36.17%
G=29.83%
B=34.01%

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
Decimal25120723600.180.060.02320.4584.6289.8
HexFBCFEC01262140555a
Octal37331735402262500125132
Binary1111101111001111111011000100101101010100000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFEC; }

 p { color: rgb(251,207,236); }

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

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

 a { background-color: rgb(251,207,236); }

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

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

 span { border-color: rgb(251,207,236); }

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