#FAE4E7

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

Shades of Carousel Pink #FAE4E7

Tints of Carousel Pink #FAE4E7

Color information

#FAE4E7 (or 0xFAE4E7) is unknown color: approx Carousel Pink. HEX triplet: FA, E4 and E7. RGB value is (250,228,231). Sum of RGB (Red+Green+Blue) = 250+228+231=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 231 (90.62% from 255 or 32.58% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4E7 is #051B18. Grayscale: #EAEAEA. Windows color (decimal): -334617 or 15197434. OLE color: 15197434.

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

Color convert

RGB250228231-
CMYK00.090.080.02
HSL351.82º68.75%93.73%-
HSV(B)351.82º8.8%98.04%-
XYZ81.5981.5887.05-
YUV234.92125.79138.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 228 (89.45% from 255) = 32.16%
BLUE value IS 231 (90.62% from 255) = 32.58%
R=35.26%
G=32.16%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022823100.090.080.02351.8268.7593.73
HexFAE4E70982160455e
Octal372344347011102540105136
Binary1111101011100100111001110100110001010110000010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4E7; }

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

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

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

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

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

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

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

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