Shades of Carousel Pink #F5DFE2
Tints of Carousel Pink #F5DFE2
RGB
CMYK
RGB Variations
Color information
#F5DFE2 (or 0xF5DFE2) is known color: 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
| RGB | 245 | 223 | 226 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.04 |
| HSL | 351.82º | 0.52% | 0.92% | - |
| HSV(B) | 351.82º | 0.09% | 0.96% | - |
| XYZ | 77.77 | 77.68 | 82.85 | - |
| YUV | 229.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 226 | 0 | 0.09 | 0.08 | 0.04 | 351.82 | 0.52 | 0.92 |
| Hex | F5 | DF | E2 | 0 | 9 | 8 | 4 | 160 | 34 | 5C |
| Octal | 365 | 337 | 342 | 0 | 11 | 10 | 4 | 540 | 64 | 134 |
| Binary | 11110101 | 11011111 | 11100010 | 0 | 1001 | 1000 | 100 | 101100000 | 110100 | 1011100 |
Color Harmonies of #F5DFE2
Complementary color
Monochromatic Colors of #F5DFE2
Black with #F5DFE2
Text Example
Text Example
White with #F5DFE2
Text Example
Text Example
HTML Codes & Css Web 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>