#FAE2E5

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

Shades of Carousel Pink #FAE2E5

Tints of Carousel Pink #FAE2E5

Color information

#FAE2E5 (or 0xFAE2E5) is unknown color: approx Carousel Pink. HEX triplet: FA, E2 and E5. RGB value is (250,226,229). Sum of RGB (Red+Green+Blue) = 250+226+229=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 226 (88.67% from 255 or 32.06% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2E5 is #051D1A. Grayscale: #E9E9E9. Windows color (decimal): -335131 or 15065850. OLE color: 15065850.

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

Color convert

RGB250226229-
CMYK00.100.080.02
HSL352.5º70.59%93.33%-
HSV(B)352.5º9.6%98.04%-
XYZ80.7680.3785.39-
YUV233.52125.45139.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 226 (88.67% from 255) = 32.06%
BLUE value IS 229 (89.84% from 255) = 32.48%
R=35.46%
G=32.06%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022622900.100.080.02352.570.5993.33
HexFAE2E50A82160475d
Octal372342345012102540107135
Binary1111101011100010111001010101010001010110000010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2E5; }

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

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

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

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

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

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

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

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