#FBCFEE

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

Shades of Classic Rose #FBCFEE

Tints of Classic Rose #FBCFEE

Color information

#FBCFEE (or 0xFBCFEE) is unknown color: approx Classic Rose. HEX triplet: FB, CF and EE. RGB value is (251,207,238). Sum of RGB (Red+Green+Blue) = 251+207+238=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFEE is #043011. Grayscale: #DFDFDF. Windows color (decimal): -274450 or 15650811. OLE color: 15650811.

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

Color convert

RGB251207238-
CMYK00.180.050.02
HSL317.73º84.62%89.8%-
HSV(B)317.73º17.53%98.43%-
XYZ77.5371.3190.57-
YUV223.69136.08147.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.06%
GREEN value IS 207 (81.25% from 255) = 29.74%
BLUE value IS 238 (93.36% from 255) = 34.20%
R=36.06%
G=29.74%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120723800.180.050.02317.7384.6289.8
HexFBCFEE0125213e555a
Octal37331735602252476125132
Binary1111101111001111111011100100101011010011111010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFEE; }

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

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

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

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

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

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

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

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