#FACDE6

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

Shades of Classic Rose #FACDE6

Tints of Classic Rose #FACDE6

Color information

#FACDE6 (or 0xFACDE6) is unknown color: approx Classic Rose. HEX triplet: FA, CD and E6. RGB value is (250,205,230). Sum of RGB (Red+Green+Blue) = 250+205+230=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDE6 is #053219. Grayscale: #DDDDDD. Windows color (decimal): -340506 or 15126010. OLE color: 15126010.

HSL color Cylindrical-coordinate representation of color #FACDE6: hue angle of 326.67º 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 #FACDE6 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250205230-
CMYK00.180.080.02
HSL326.67º81.82%89.22%-
HSV(B)326.67º18%98.04%-
XYZ75.5469.784.34-
YUV221.3132.91148.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 205 (80.47% from 255) = 29.93%
BLUE value IS 230 (90.23% from 255) = 33.58%
R=36.50%
G=29.93%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020523000.180.080.02326.6781.8289.22
HexFACDE6012821475259
Octal372315346022102507122131
Binary11111010110011011110011001001010001010100011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDE6; }

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

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

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

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

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

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

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

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