#FAC2ED

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

Shades of Classic Rose #FAC2ED

Tints of Classic Rose #FAC2ED

Color information

#FAC2ED (or 0xFAC2ED) is unknown color: approx Classic Rose. HEX triplet: FA, C2 and ED. RGB value is (250,194,237). Sum of RGB (Red+Green+Blue) = 250+194+237=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 194 (76.17% from 255 or 28.49% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2ED is #053D12. Grayscale: #D7D7D7. Windows color (decimal): -343315 or 15581946. OLE color: 15581946.

HSL color Cylindrical-coordinate representation of color #FAC2ED: hue angle of 313.93º degrees, saturation: 0.85, 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 #FAC2ED is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250194237-
CMYK00.220.050.02
HSL313.93º84.85%87.06%-
HSV(B)313.93º22.4%98.04%-
XYZ7465.0288.77-
YUV215.65140.05152.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 194 (76.17% from 255) = 28.49%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=36.71%
G=28.49%
B=34.80%

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
Decimal25019423700.220.050.02313.9384.8587.06
HexFAC2ED0165213a5557
Octal37230235502652472125127
Binary1111101011000010111011010101101011010011101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC2ED; }

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

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

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

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

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

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

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

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