#F5DFE2

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

Shades of Carousel Pink #F5DFE2

Tints of Carousel Pink #F5DFE2

Color information

#F5DFE2 (or 0xF5DFE2) is unknown color: approx Carousel Pink. HEX triplet: F5, DF and E2. RGB value is (245,223,226). Sum of RGB (Red+Green+Blue) = 245+223+226=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 226 (88.67% from 255 or 32.56% from 694); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFE2 is #0A201D. Grayscale: #E5E5E5. Windows color (decimal): -663582 or 14868469. OLE color: 14868469.

HSL color Cylindrical-coordinate representation of color #F5DFE2: hue angle of 351.82º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DFE2 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB245223226-
CMYK00.090.080.04
HSL351.82º52.38%91.76%-
HSV(B)351.82º8.98%96.08%-
XYZ77.7777.6882.85-
YUV229.92125.79138.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.30%
GREEN value IS 223 (87.5% from 255) = 32.13%
BLUE value IS 226 (88.67% from 255) = 32.56%
R=35.30%
G=32.13%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522322600.090.080.04351.8252.3891.76
HexF5DFE20984160345c
Octal36533734201110454064134
Binary1111010111011111111000100100110001001011000001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFE2; }

 p { color: rgb(245,223,226); }

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

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

 a { background-color: rgb(245,223,226); }

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

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

 span { border-color: rgb(245,223,226); }

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