Shades of Carousel Pink #FEDFE6
Tints of Carousel Pink #FEDFE6
RGB
CMYK
RGB Variations
Color information
#FEDFE6 (or 0xFEDFE6) is known color: Carousel Pink. HEX triplet: FE, DF and E6. RGB value is (254,223,230). Sum of RGB (Red+Green+Blue) = 254+223+230=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 230 (90.23% from 255 or 32.53% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFE6 is #012019. Grayscale: #E9E9E9. Windows color (decimal): -73754 or 15130622. OLE color: 15130622.
HSL color Cylindrical-coordinate representation of color #FEDFE6: hue angle of 346.45º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFE6 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 230 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.00 |
| HSL | 346.45º | 0.94% | 0.94% | - |
| HSV(B) | 346.45º | 0.12% | 1% | - |
| XYZ | 81.54 | 79.56 | 85.92 | - |
| YUV | 233.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 230 | 0 | 0.12 | 0.09 | 0.00 | 346.45 | 0.94 | 0.94 |
| Hex | FE | DF | E6 | 0 | C | 9 | 0 | 15A | 5E | 5E |
| Octal | 376 | 337 | 346 | 0 | 14 | 11 | 0 | 532 | 136 | 136 |
| Binary | 11111110 | 11011111 | 11100110 | 0 | 1100 | 1001 | 0 | 101011010 | 1011110 | 1011110 |
Color Harmonies of #FEDFE6
Complementary color
Monochromatic Colors of #FEDFE6
Black with #FEDFE6
Text Example
Text Example
White with #FEDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFE6; }
p { color: rgb(254,223,230); }
H1.HeaderClassName
{
color: #FEDFE6;
}
.AnyTagClassName
{
color: #FEDFE6;
}
</style>
background-color css
<style>
a { background-color: #FEDFE6; }
a { background-color: rgb(254,223,230); }
div.DivClassName
{
background-color: #FEDFE6;
}
.BgClassName
{
background-color: #FEDFE6;
}
</style>
border-color css
<style>
span { border-color: #FEDFE6; }
span { border-color: rgb(254,223,230); }
td.TdClassName
{
border-color: #FEDFE6;
}
.TagClassName
{
border-color: #FEDFE6;
}
</style>