Shades of Carousel Pink #FADBE0
Tints of Carousel Pink #FADBE0
RGB
CMYK
RGB Variations
Color information
#FADBE0 (or 0xFADBE0) is known color: Carousel Pink. HEX triplet: FA, DB and E0. RGB value is (250,219,224). Sum of RGB (Red+Green+Blue) = 250+219+224=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBE0 is #05241F. Grayscale: #E4E4E4. Windows color (decimal): -336928 or 14736378. OLE color: 14736378.
HSL color Cylindrical-coordinate representation of color #FADBE0: hue angle of 350.32º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADBE0 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 224 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.02 |
| HSL | 350.32º | 0.76% | 0.92% | - |
| HSV(B) | 350.32º | 0.12% | 0.98% | - |
| XYZ | 78.21 | 76.37 | 81.14 | - |
| YUV | 228.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 224 | 0 | 0.12 | 0.10 | 0.02 | 350.32 | 0.76 | 0.92 |
| Hex | FA | DB | E0 | 0 | C | A | 2 | 15E | 4C | 5C |
| Octal | 372 | 333 | 340 | 0 | 14 | 12 | 2 | 536 | 114 | 134 |
| Binary | 11111010 | 11011011 | 11100000 | 0 | 1100 | 1010 | 10 | 101011110 | 1001100 | 1011100 |
Color Harmonies of #FADBE0
Complementary color
Monochromatic Colors of #FADBE0
Black with #FADBE0
Text Example
Text Example
White with #FADBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBE0; }
p { color: rgb(250,219,224); }
H1.HeaderClassName
{
color: #FADBE0;
}
.AnyTagClassName
{
color: #FADBE0;
}
</style>
background-color css
<style>
a { background-color: #FADBE0; }
a { background-color: rgb(250,219,224); }
div.DivClassName
{
background-color: #FADBE0;
}
.BgClassName
{
background-color: #FADBE0;
}
</style>
border-color css
<style>
span { border-color: #FADBE0; }
span { border-color: rgb(250,219,224); }
td.TdClassName
{
border-color: #FADBE0;
}
.TagClassName
{
border-color: #FADBE0;
}
</style>