#F5E5E6

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

Shades of Carousel Pink #F5E5E6

Tints of Carousel Pink #F5E5E6

Color information

#F5E5E6 (or 0xF5E5E6) is unknown color: approx Carousel Pink. HEX triplet: F5, E5 and E6. RGB value is (245,229,230). Sum of RGB (Red+Green+Blue) = 245+229+230=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 230 (90.23% from 255 or 32.67% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E5E6 is #0A1A19. Grayscale: #E9E9E9. Windows color (decimal): -662042 or 15132149. OLE color: 15132149.

HSL color Cylindrical-coordinate representation of color #F5E5E6: hue angle of 356.25º degrees, saturation: 0.44, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5E5E6 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB245229230-
CMYK00.070.060.04
HSL356.25º44.44%92.94%-
HSV(B)356.25º6.53%96.08%-
XYZ79.9681.1686.31-
YUV233.9125.8135.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.80%
GREEN value IS 229 (89.84% from 255) = 32.53%
BLUE value IS 230 (90.23% from 255) = 32.67%
R=34.80%
G=32.53%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522923000.070.060.04356.2544.4492.94
HexF5E5E607641642c5d
Octal365345346076454454135
Binary11110101111001011110011001111101001011001001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E5E6; }

 p { color: rgb(245,229,230); }

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

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

 a { background-color: rgb(245,229,230); }

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

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

 span { border-color: rgb(245,229,230); }

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