#FCEEE7

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

Shades of Rose White #FCEEE7

Tints of Rose White #FCEEE7

Color information

#FCEEE7 (or 0xFCEEE7) is unknown color: approx Rose White. HEX triplet: FC, EE and E7. RGB value is (252,238,231). Sum of RGB (Red+Green+Blue) = 252+238+231=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 231 (90.62% from 255 or 32.04% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEE7 is #031118. Grayscale: #F1F1F1. Windows color (decimal): -200985 or 15199996. OLE color: 15199996.

HSL color Cylindrical-coordinate representation of color #FCEEE7: hue angle of 20º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCEEE7 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252238231-
CMYK00.060.080.01
HSL20º77.78%94.71%-
HSV(B)20º8.33%98.82%-
XYZ85.1487.6188.02-
YUV241.39122.14135.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 238 (93.36% from 255) = 33.01%
BLUE value IS 231 (90.62% from 255) = 32.04%
R=34.95%
G=33.01%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223823100.060.080.012077.7894.71
HexFCEEE70681144e5f
Octal3743563470610124116137
Binary1111110011101110111001110110100011010010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEE7; }

 p { color: rgb(252,238,231); }

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

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

 a { background-color: rgb(252,238,231); }

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

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

 span { border-color: rgb(252,238,231); }

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