Shades of Carousel Pink #FEDBE2
Tints of Carousel Pink #FEDBE2
RGB
CMYK
RGB Variations
Color information
#FEDBE2 (or 0xFEDBE2) is known color: Carousel Pink. HEX triplet: FE, DB and E2. RGB value is (254,219,226). Sum of RGB (Red+Green+Blue) = 254+219+226=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBE2 is #01241D. Grayscale: #E6E6E6. Windows color (decimal): -74782 or 14867454. OLE color: 14867454.
HSL color Cylindrical-coordinate representation of color #FEDBE2: hue angle of 348º 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 #FEDBE2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 226 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.00 |
| HSL | 348º | 0.95% | 0.93% | - |
| HSV(B) | 348º | 0.14% | 1% | - |
| XYZ | 79.93 | 77.22 | 82.64 | - |
| YUV | 230.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 226 | 0 | 0.14 | 0.11 | 0.00 | 348 | 0.95 | 0.93 |
| Hex | FE | DB | E2 | 0 | E | B | 0 | 15C | 5F | 5D |
| Octal | 376 | 333 | 342 | 0 | 16 | 13 | 0 | 534 | 137 | 135 |
| Binary | 11111110 | 11011011 | 11100010 | 0 | 1110 | 1011 | 0 | 101011100 | 1011111 | 1011101 |
Color Harmonies of #FEDBE2
Complementary color
Monochromatic Colors of #FEDBE2
Black with #FEDBE2
Text Example
Text Example
White with #FEDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBE2; }
p { color: rgb(254,219,226); }
H1.HeaderClassName
{
color: #FEDBE2;
}
.AnyTagClassName
{
color: #FEDBE2;
}
</style>
background-color css
<style>
a { background-color: #FEDBE2; }
a { background-color: rgb(254,219,226); }
div.DivClassName
{
background-color: #FEDBE2;
}
.BgClassName
{
background-color: #FEDBE2;
}
</style>
border-color css
<style>
span { border-color: #FEDBE2; }
span { border-color: rgb(254,219,226); }
td.TdClassName
{
border-color: #FEDBE2;
}
.TagClassName
{
border-color: #FEDBE2;
}
</style>