#FACDE7

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

Shades of Classic Rose #FACDE7

Tints of Classic Rose #FACDE7

Color information

#FACDE7 (or 0xFACDE7) is unknown color: approx Classic Rose. HEX triplet: FA, CD and E7. RGB value is (250,205,231). Sum of RGB (Red+Green+Blue) = 250+205+231=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDE7 is #053218. Grayscale: #DDDDDD. Windows color (decimal): -340505 or 15191546. OLE color: 15191546.

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

Color convert

RGB250205231-
CMYK00.180.080.02
HSL325.33º81.82%89.22%-
HSV(B)325.33º18%98.04%-
XYZ75.6869.7685.08-
YUV221.42133.41148.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 205 (80.47% from 255) = 29.88%
BLUE value IS 231 (90.62% from 255) = 33.67%
R=36.44%
G=29.88%
B=33.67%

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
Decimal25020523100.180.080.02325.3381.8289.22
HexFACDE7012821455259
Octal372315347022102505122131
Binary11111010110011011110011101001010001010100010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDE7; }

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

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

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

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

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

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

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

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