#FAC8ED

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

Shades of Classic Rose #FAC8ED

Tints of Classic Rose #FAC8ED

Color information

#FAC8ED (or 0xFAC8ED) is unknown color: approx Classic Rose. HEX triplet: FA, C8 and ED. RGB value is (250,200,237). Sum of RGB (Red+Green+Blue) = 250+200+237=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 200 (78.52% from 255 or 29.11% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8ED is #053712. Grayscale: #DBDBDB. Windows color (decimal): -341779 or 15583482. OLE color: 15583482.

HSL color Cylindrical-coordinate representation of color #FAC8ED: hue angle of 315.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC8ED is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250200237-
CMYK00.20.050.02
HSL315.6º83.33%88.24%-
HSV(B)315.6º20%98.04%-
XYZ75.3667.7589.23-
YUV219.17138.06149.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 200 (78.52% from 255) = 29.11%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=36.39%
G=29.11%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020023700.20.050.02315.683.3388.24
HexFAC8ED0145213c5358
Octal37231035502452474123130
Binary1111101011001000111011010101001011010011110010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8ED; }

 p { color: rgb(250,200,237); }

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

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

 a { background-color: rgb(250,200,237); }

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

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

 span { border-color: rgb(250,200,237); }

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