#FAE1E4

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

Shades of Carousel Pink #FAE1E4

Tints of Carousel Pink #FAE1E4

Color information

#FAE1E4 (or 0xFAE1E4) is unknown color: approx Carousel Pink. HEX triplet: FA, E1 and E4. RGB value is (250,225,228). Sum of RGB (Red+Green+Blue) = 250+225+228=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 225 (88.28% from 255 or 32.01% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1E4 is #051E1B. Grayscale: #E8E8E8. Windows color (decimal): -335388 or 15000058. OLE color: 15000058.

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

Color convert

RGB250225228-
CMYK00.100.090.02
HSL352.8º71.43%93.14%-
HSV(B)352.8º10%98.04%-
XYZ80.3579.7884.56-
YUV232.82125.28140.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 225 (88.28% from 255) = 32.01%
BLUE value IS 228 (89.45% from 255) = 32.43%
R=35.56%
G=32.01%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022522800.100.090.02352.871.4393.14
HexFAE1E40A92161475d
Octal372341344012112541107135
Binary1111101011100001111001000101010011010110000110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1E4; }

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

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

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

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

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

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

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

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