Shades of Carousel Pink #FEDBE3
Tints of Carousel Pink #FEDBE3
RGB
CMYK
RGB Variations
Color information
#FEDBE3 (or 0xFEDBE3) is known color: Carousel Pink. HEX triplet: FE, DB and E3. RGB value is (254,219,227). Sum of RGB (Red+Green+Blue) = 254+219+227=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBE3 is #01241C. Grayscale: #E6E6E6. Windows color (decimal): -74781 or 14932990. OLE color: 14932990.
HSL color Cylindrical-coordinate representation of color #FEDBE3: hue angle of 346.29º 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 #FEDBE3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 227 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.00 |
| HSL | 346.29º | 0.95% | 0.93% | - |
| HSV(B) | 346.29º | 0.14% | 1% | - |
| XYZ | 80.07 | 77.28 | 83.37 | - |
| YUV | 230.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 227 | 0 | 0.14 | 0.11 | 0.00 | 346.29 | 0.95 | 0.93 |
| Hex | FE | DB | E3 | 0 | E | B | 0 | 15A | 5F | 5D |
| Octal | 376 | 333 | 343 | 0 | 16 | 13 | 0 | 532 | 137 | 135 |
| Binary | 11111110 | 11011011 | 11100011 | 0 | 1110 | 1011 | 0 | 101011010 | 1011111 | 1011101 |
Color Harmonies of #FEDBE3
Complementary color
Monochromatic Colors of #FEDBE3
Black with #FEDBE3
Text Example
Text Example
White with #FEDBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBE3; }
p { color: rgb(254,219,227); }
H1.HeaderClassName
{
color: #FEDBE3;
}
.AnyTagClassName
{
color: #FEDBE3;
}
</style>
background-color css
<style>
a { background-color: #FEDBE3; }
a { background-color: rgb(254,219,227); }
div.DivClassName
{
background-color: #FEDBE3;
}
.BgClassName
{
background-color: #FEDBE3;
}
</style>
border-color css
<style>
span { border-color: #FEDBE3; }
span { border-color: rgb(254,219,227); }
td.TdClassName
{
border-color: #FEDBE3;
}
.TagClassName
{
border-color: #FEDBE3;
}
</style>