#FAECE6

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

Shades of Rose White #FAECE6

Tints of Rose White #FAECE6

Color information

#FAECE6 (or 0xFAECE6) is unknown color: approx Rose White. HEX triplet: FA, EC and E6. RGB value is (250,236,230). Sum of RGB (Red+Green+Blue) = 250+236+230=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 230 (90.23% from 255 or 32.12% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECE6 is #051319. Grayscale: #EFEFEF. Windows color (decimal): -332570 or 15133946. OLE color: 15133946.

HSL color Cylindrical-coordinate representation of color #FAECE6: hue angle of 18º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAECE6 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250236230-
CMYK00.060.080.02
HSL18º66.67%94.12%-
HSV(B)18º8%98.04%-
XYZ83.786.0387.06-
YUV239.5122.64135.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 236 (92.58% from 255) = 32.96%
BLUE value IS 230 (90.23% from 255) = 32.12%
R=34.92%
G=32.96%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023623000.060.080.021866.6794.12
HexFAECE6068212435e
Octal3723543460610222103136
Binary11111010111011001110011001101000101001010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECE6; }

 p { color: rgb(250,236,230); }

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

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

 a { background-color: rgb(250,236,230); }

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

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

 span { border-color: rgb(250,236,230); }

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