Shades of Carousel Pink #FEDBE1
Tints of Carousel Pink #FEDBE1
RGB
CMYK
RGB Variations
Color information
#FEDBE1 (or 0xFEDBE1) is known color: Carousel Pink. HEX triplet: FE, DB and E1. RGB value is (254,219,225). Sum of RGB (Red+Green+Blue) = 254+219+225=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBE1 is #01241E. Grayscale: #E6E6E6. Windows color (decimal): -74783 or 14801918. OLE color: 14801918.
HSL color Cylindrical-coordinate representation of color #FEDBE1: hue angle of 349.71º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDBE1 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 225 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.00 |
| HSL | 349.71º | 0.95% | 0.93% | - |
| HSV(B) | 349.71º | 0.14% | 1% | - |
| XYZ | 79.8 | 77.17 | 81.92 | - |
| YUV | 230.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 225 | 0 | 0.14 | 0.11 | 0.00 | 349.71 | 0.95 | 0.93 |
| Hex | FE | DB | E1 | 0 | E | B | 0 | 15E | 5F | 5D |
| Octal | 376 | 333 | 341 | 0 | 16 | 13 | 0 | 536 | 137 | 135 |
| Binary | 11111110 | 11011011 | 11100001 | 0 | 1110 | 1011 | 0 | 101011110 | 1011111 | 1011101 |
Color Harmonies of #FEDBE1
Complementary color
Monochromatic Colors of #FEDBE1
Black with #FEDBE1
Text Example
Text Example
White with #FEDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBE1; }
p { color: rgb(254,219,225); }
H1.HeaderClassName
{
color: #FEDBE1;
}
.AnyTagClassName
{
color: #FEDBE1;
}
</style>
background-color css
<style>
a { background-color: #FEDBE1; }
a { background-color: rgb(254,219,225); }
div.DivClassName
{
background-color: #FEDBE1;
}
.BgClassName
{
background-color: #FEDBE1;
}
</style>
border-color css
<style>
span { border-color: #FEDBE1; }
span { border-color: rgb(254,219,225); }
td.TdClassName
{
border-color: #FEDBE1;
}
.TagClassName
{
border-color: #FEDBE1;
}
</style>