#FBE0CF

Color #FBE0CF Provincial Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Provincial Pink #FBE0CF

Tints of Provincial Pink #FBE0CF

Color information

#FBE0CF (or 0xFBE0CF) is unknown color: approx Provincial Pink. HEX triplet: FB, E0 and CF. RGB value is (251,224,207). Sum of RGB (Red+Green+Blue) = 251+224+207=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0CF is #041F30. Grayscale: #E6E6E6. Windows color (decimal): -270129 or 13623547. OLE color: 13623547.

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

Color convert

RGB251224207-
CMYK00.110.180.02
HSL23.18º84.62%89.8%-
HSV(B)23.18º17.53%98.43%-
XYZ77.778.3370.05-
YUV230.14114.95142.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 224 (87.89% from 255) = 32.84%
BLUE value IS 207 (81.25% from 255) = 30.35%
R=36.80%
G=32.84%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122420700.110.180.0223.1884.6289.8
HexFBE0CF0B12217555a
Octal37334031701322227125132
Binary1111101111100000110011110101110010101011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0CF; }

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

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

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

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

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

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

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

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