#FFE0E6

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

Shades of Carousel Pink #FFE0E6

Tints of Carousel Pink #FFE0E6

Color information

#FFE0E6 (or 0xFFE0E6) is unknown color: approx Carousel Pink. HEX triplet: FF, E0 and E6. RGB value is (255,224,230). Sum of RGB (Red+Green+Blue) = 255+224+230=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 224 (87.89% from 255 or 31.59% from 709); Blue value is 230 (90.23% from 255 or 32.44% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0E6 is #001F19. Grayscale: #E9E9E9. Windows color (decimal): -7962 or 15130879. OLE color: 15130879.

HSL color Cylindrical-coordinate representation of color #FFE0E6: hue angle of 348.39º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE0E6 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB255224230-
CMYK00.120.100
HSL348.39º100%93.92%-
HSV(B)348.39º12.16%100%-
XYZ82.1880.2886.03-
YUV233.95125.77143.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 224 (87.89% from 255) = 31.59%
BLUE value IS 230 (90.23% from 255) = 32.44%
R=35.97%
G=31.59%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522423000.120.100348.3910093.92
HexFFE0E60CA015c645e
Octal377340346014120534144136
Binary111111111110000011100110011001010010101110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0E6; }

 p { color: rgb(255,224,230); }

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

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

 a { background-color: rgb(255,224,230); }

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

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

 span { border-color: rgb(255,224,230); }

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