#FAE5E7

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

Shades of Carousel Pink #FAE5E7

Tints of Carousel Pink #FAE5E7

Color information

#FAE5E7 (or 0xFAE5E7) is unknown color: approx Carousel Pink. HEX triplet: FA, E5 and E7. RGB value is (250,229,231). Sum of RGB (Red+Green+Blue) = 250+229+231=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 229 (89.84% from 255 or 32.25% from 710); Blue value is 231 (90.62% from 255 or 32.54% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5E7 is #051A18. Grayscale: #EBEBEB. Windows color (decimal): -334361 or 15197690. OLE color: 15197690.

HSL color Cylindrical-coordinate representation of color #FAE5E7: hue angle of 354.29º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE5E7 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250229231-
CMYK00.080.080.02
HSL354.29º67.74%93.92%-
HSV(B)354.29º8.4%98.04%-
XYZ81.8782.1387.14-
YUV235.51125.46138.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 229 (89.84% from 255) = 32.25%
BLUE value IS 231 (90.62% from 255) = 32.54%
R=35.21%
G=32.25%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022923100.080.080.02354.2967.7493.92
HexFAE5E70882162445e
Octal372345347010102542104136
Binary1111101011100101111001110100010001010110001010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5E7; }

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

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

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

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

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

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

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

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