#FAE6E8

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

Shades of Carousel Pink #FAE6E8

Tints of Carousel Pink #FAE6E8

Color information

#FAE6E8 (or 0xFAE6E8) is unknown color: approx Carousel Pink. HEX triplet: FA, E6 and E8. RGB value is (250,230,232). Sum of RGB (Red+Green+Blue) = 250+230+232=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 232 (91.02% from 255 or 32.58% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6E8 is #051917. Grayscale: #ECECEC. Windows color (decimal): -334104 or 15263482. OLE color: 15263482.

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

Color convert

RGB250230232-
CMYK00.080.070.02
HSL354º66.67%94.12%-
HSV(B)354º8%98.04%-
XYZ82.2982.7487.98-
YUV236.21125.63137.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 230 (90.23% from 255) = 32.30%
BLUE value IS 232 (91.02% from 255) = 32.58%
R=35.11%
G=32.30%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023023200.080.070.0235466.6794.12
HexFAE6E80872162435e
Octal37234635001072542103136
Binary111110101110011011101000010001111010110001010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6E8; }

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

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

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

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

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

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

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

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