#FAD0EB

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

Shades of Classic Rose #FAD0EB

Tints of Classic Rose #FAD0EB

Color information

#FAD0EB (or 0xFAD0EB) is unknown color: approx Classic Rose. HEX triplet: FA, D0 and EB. RGB value is (250,208,235). Sum of RGB (Red+Green+Blue) = 250+208+235=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 208 (81.64% from 255 or 30.01% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD0EB is #052F14. Grayscale: #DFDFDF. Windows color (decimal): -339733 or 15454458. OLE color: 15454458.

HSL color Cylindrical-coordinate representation of color #FAD0EB: hue angle of 321.43º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD0EB is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250208235-
CMYK00.170.060.02
HSL321.43º80.77%89.8%-
HSV(B)321.43º16.8%98.04%-
XYZ76.9871.4388.33-
YUV223.64134.41146.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 208 (81.64% from 255) = 30.01%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=36.08%
G=30.01%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020823500.170.060.02321.4380.7789.8
HexFAD0EB01162141515a
Octal37232035302162501121132
Binary1111101011010000111010110100011101010100000110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0EB; }

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

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

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

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

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

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

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

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