Shades of Carousel Pink #FEDFE5
Tints of Carousel Pink #FEDFE5
RGB
CMYK
RGB Variations
Color information
#FEDFE5 (or 0xFEDFE5) is known color: Carousel Pink. HEX triplet: FE, DF and E5. RGB value is (254,223,229). Sum of RGB (Red+Green+Blue) = 254+223+229=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFE5 is #01201A. Grayscale: #E8E8E8. Windows color (decimal): -73755 or 15065086. OLE color: 15065086.
HSL color Cylindrical-coordinate representation of color #FEDFE5: hue angle of 348.39º 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 #FEDFE5 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 229 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.00 |
| HSL | 348.39º | 0.94% | 0.94% | - |
| HSV(B) | 348.39º | 0.12% | 1% | - |
| XYZ | 81.4 | 79.5 | 85.18 | - |
| YUV | 232.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 229 | 0 | 0.12 | 0.10 | 0.00 | 348.39 | 0.94 | 0.94 |
| Hex | FE | DF | E5 | 0 | C | A | 0 | 15C | 5E | 5E |
| Octal | 376 | 337 | 345 | 0 | 14 | 12 | 0 | 534 | 136 | 136 |
| Binary | 11111110 | 11011111 | 11100101 | 0 | 1100 | 1010 | 0 | 101011100 | 1011110 | 1011110 |
Color Harmonies of #FEDFE5
Complementary color
Monochromatic Colors of #FEDFE5
Black with #FEDFE5
Text Example
Text Example
White with #FEDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFE5; }
p { color: rgb(254,223,229); }
H1.HeaderClassName
{
color: #FEDFE5;
}
.AnyTagClassName
{
color: #FEDFE5;
}
</style>
background-color css
<style>
a { background-color: #FEDFE5; }
a { background-color: rgb(254,223,229); }
div.DivClassName
{
background-color: #FEDFE5;
}
.BgClassName
{
background-color: #FEDFE5;
}
</style>
border-color css
<style>
span { border-color: #FEDFE5; }
span { border-color: rgb(254,223,229); }
td.TdClassName
{
border-color: #FEDFE5;
}
.TagClassName
{
border-color: #FEDFE5;
}
</style>