#FBCFEB

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

Shades of Classic Rose #FBCFEB

Tints of Classic Rose #FBCFEB

Color information

#FBCFEB (or 0xFBCFEB) is unknown color: approx Classic Rose. HEX triplet: FB, CF and EB. RGB value is (251,207,235). Sum of RGB (Red+Green+Blue) = 251+207+235=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFEB is #043014. Grayscale: #DFDFDF. Windows color (decimal): -274453 or 15454203. OLE color: 15454203.

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

Color convert

RGB251207235-
CMYK00.180.060.02
HSL321.82º84.62%89.8%-
HSV(B)321.82º17.53%98.43%-
XYZ77.0971.1388.26-
YUV223.35134.58147.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.22%
GREEN value IS 207 (81.25% from 255) = 29.87%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=36.22%
G=29.87%
B=33.91%

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
Decimal25120723500.180.060.02321.8284.6289.8
HexFBCFEB01262142555a
Octal37331735302262502125132
Binary1111101111001111111010110100101101010100001010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFEB; }

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

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

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

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

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

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

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

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