#FAC4ED

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

Shades of Classic Rose #FAC4ED

Tints of Classic Rose #FAC4ED

Color information

#FAC4ED (or 0xFAC4ED) is unknown color: approx Classic Rose. HEX triplet: FA, C4 and ED. RGB value is (250,196,237). Sum of RGB (Red+Green+Blue) = 250+196+237=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 196 (76.95% from 255 or 28.70% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4ED is #053B12. Grayscale: #D8D8D8. Windows color (decimal): -342803 or 15582458. OLE color: 15582458.

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

Color convert

RGB250196237-
CMYK00.220.050.02
HSL314.44º84.38%87.45%-
HSV(B)314.44º21.6%98.04%-
XYZ74.4565.9288.92-
YUV216.82139.39151.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 196 (76.95% from 255) = 28.70%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=36.60%
G=28.70%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019623700.220.050.02314.4484.3887.45
HexFAC4ED0165213a5457
Octal37230435502652472124127
Binary1111101011000100111011010101101011010011101010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4ED; }

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

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

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

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

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

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

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

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