#FACDE2

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

Shades of Classic Rose #FACDE2

Tints of Classic Rose #FACDE2

Color information

#FACDE2 (or 0xFACDE2) is unknown color: approx Classic Rose. HEX triplet: FA, CD and E2. RGB value is (250,205,226). Sum of RGB (Red+Green+Blue) = 250+205+226=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDE2 is #05321D. Grayscale: #DCDCDC. Windows color (decimal): -340510 or 14863866. OLE color: 14863866.

HSL color Cylindrical-coordinate representation of color #FACDE2: hue angle of 332º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACDE2 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250205226-
CMYK00.180.100.02
HSL332º81.82%89.22%-
HSV(B)332º18%98.04%-
XYZ74.9869.4881.41-
YUV220.85130.91148.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 205 (80.47% from 255) = 30.10%
BLUE value IS 226 (88.67% from 255) = 33.19%
R=36.71%
G=30.10%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020522600.180.100.0233281.8289.22
HexFACDE2012A214c5259
Octal372315342022122514122131
Binary11111010110011011110001001001010101010100110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDE2; }

 p { color: rgb(250,205,226); }

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

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

 a { background-color: rgb(250,205,226); }

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

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

 span { border-color: rgb(250,205,226); }

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