#F9E2E6

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

Shades of Carousel Pink #F9E2E6

Tints of Carousel Pink #F9E2E6

Color information

#F9E2E6 (or 0xF9E2E6) is unknown color: approx Carousel Pink. HEX triplet: F9, E2 and E6. RGB value is (249,226,230). Sum of RGB (Red+Green+Blue) = 249+226+230=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 226 (88.67% from 255 or 32.06% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E2E6 is #061D19. Grayscale: #E9E9E9. Windows color (decimal): -400666 or 15131385. OLE color: 15131385.

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

Color convert

RGB249226230-
CMYK00.090.080.02
HSL349.57º65.71%93.14%-
HSV(B)349.57º9.24%97.65%-
XYZ80.5580.2586.11-
YUV233.33126.12139.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.32%
GREEN value IS 226 (88.67% from 255) = 32.06%
BLUE value IS 230 (90.23% from 255) = 32.62%
R=35.32%
G=32.06%
B=32.62%

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
Decimal24922623000.090.080.02349.5765.7193.14
HexF9E2E6098215e425d
Octal371342346011102536102135
Binary1111100111100010111001100100110001010101111010000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E2E6; }

 p { color: rgb(249,226,230); }

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

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

 a { background-color: rgb(249,226,230); }

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

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

 span { border-color: rgb(249,226,230); }

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