#FACADF

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

Shades of Classic Rose #FACADF

Tints of Classic Rose #FACADF

Color information

#FACADF (or 0xFACADF) is unknown color: approx Classic Rose. HEX triplet: FA, CA and DF. RGB value is (250,202,223). Sum of RGB (Red+Green+Blue) = 250+202+223=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FACADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACADF is #053520. Grayscale: #DADADA. Windows color (decimal): -341281 or 14666490. OLE color: 14666490.

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

Color convert

RGB250202223-
CMYK00.190.110.02
HSL333.75º82.76%88.63%-
HSV(B)333.75º19.2%98.04%-
XYZ73.8667.8979.02-
YUV218.75130.4150.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 202 (79.30% from 255) = 29.93%
BLUE value IS 223 (87.5% from 255) = 33.04%
R=37.04%
G=29.93%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020222300.190.110.02333.7582.7688.63
HexFACADF013B214e5359
Octal372312337023132516123131
Binary11111010110010101101111101001110111010100111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACADF; }

 p { color: rgb(250,202,223); }

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

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

 a { background-color: rgb(250,202,223); }

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

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

 span { border-color: rgb(250,202,223); }

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