#FACDEB

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

Shades of Classic Rose #FACDEB

Tints of Classic Rose #FACDEB

Color information

#FACDEB (or 0xFACDEB) is unknown color: approx Classic Rose. HEX triplet: FA, CD and EB. RGB value is (250,205,235). Sum of RGB (Red+Green+Blue) = 250+205+235=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDEB is #053214. Grayscale: #DDDDDD. Windows color (decimal): -340501 or 15453690. OLE color: 15453690.

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

Color convert

RGB250205235-
CMYK00.180.060.02
HSL320º81.82%89.22%-
HSV(B)320º18%98.04%-
XYZ76.2569.9888.09-
YUV221.87135.41148.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 205 (80.47% from 255) = 29.71%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=36.23%
G=29.71%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020523500.180.060.0232081.8289.22
HexFACDEB012621405259
Octal37231535302262500122131
Binary1111101011001101111010110100101101010100000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDEB; }

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

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

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

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

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

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

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

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