#FAE4E6

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

Shades of Carousel Pink #FAE4E6

Tints of Carousel Pink #FAE4E6

Color information

#FAE4E6 (or 0xFAE4E6) is unknown color: approx Carousel Pink. HEX triplet: FA, E4 and E6. RGB value is (250,228,230). Sum of RGB (Red+Green+Blue) = 250+228+230=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 228 (89.45% from 255 or 32.20% from 708); Blue value is 230 (90.23% from 255 or 32.49% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4E6 is #051B19. Grayscale: #EAEAEA. Windows color (decimal): -334618 or 15131898. OLE color: 15131898.

HSL color Cylindrical-coordinate representation of color #FAE4E6: hue angle of 354.55º 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 #FAE4E6 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250228230-
CMYK00.090.080.02
HSL354.55º68.75%93.73%-
HSV(B)354.55º8.8%98.04%-
XYZ81.4581.5286.31-
YUV234.81125.29138.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.31%
GREEN value IS 228 (89.45% from 255) = 32.20%
BLUE value IS 230 (90.23% from 255) = 32.49%
R=35.31%
G=32.20%
B=32.49%

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
Decimal25022823000.090.080.02354.5568.7593.73
HexFAE4E60982163455e
Octal372344346011102543105136
Binary1111101011100100111001100100110001010110001110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4E6; }

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

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

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

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

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

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

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

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