#FAD8E0

Color #FAD8E0 Carousel Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carousel Pink #FAD8E0

Tints of Carousel Pink #FAD8E0

Color information

#FAD8E0 (or 0xFAD8E0) is unknown color: approx Carousel Pink. HEX triplet: FA, D8 and E0. RGB value is (250,216,224). Sum of RGB (Red+Green+Blue) = 250+216+224=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8E0 is #05271F. Grayscale: #E3E3E3. Windows color (decimal): -337696 or 14735610. OLE color: 14735610.

HSL color Cylindrical-coordinate representation of color #FAD8E0: hue angle of 345.88º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAD8E0 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250216224-
CMYK00.140.100.02
HSL345.88º77.27%91.37%-
HSV(B)345.88º13.6%98.04%-
XYZ77.4374.8280.88-
YUV227.08126.26144.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 216 (84.77% from 255) = 31.30%
BLUE value IS 224 (87.89% from 255) = 32.46%
R=36.23%
G=31.30%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021622400.140.100.02345.8877.2791.37
HexFAD8E00EA215a4d5b
Octal372330340016122532115133
Binary1111101011011000111000000111010101010101101010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8E0; }

 p { color: rgb(250,216,224); }

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

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

 a { background-color: rgb(250,216,224); }

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

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

 span { border-color: rgb(250,216,224); }

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