Shades of Carousel Pink #FADFE3
Tints of Carousel Pink #FADFE3
RGB
CMYK
RGB Variations
Color information
#FADFE3 (or 0xFADFE3) is known color: Carousel Pink. HEX triplet: FA, DF and E3. RGB value is (250,223,227). Sum of RGB (Red+Green+Blue) = 250+223+227=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFE3 is #05201C. Grayscale: #E7E7E7. Windows color (decimal): -335901 or 14934010. OLE color: 14934010.
HSL color Cylindrical-coordinate representation of color #FADFE3: hue angle of 351.11º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADFE3 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 227 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.02 |
| HSL | 351.11º | 0.73% | 0.93% | - |
| HSV(B) | 351.11º | 0.11% | 0.98% | - |
| XYZ | 79.68 | 78.65 | 83.65 | - |
| YUV | 231.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 227 | 0 | 0.11 | 0.09 | 0.02 | 351.11 | 0.73 | 0.93 |
| Hex | FA | DF | E3 | 0 | B | 9 | 2 | 15F | 49 | 5D |
| Octal | 372 | 337 | 343 | 0 | 13 | 11 | 2 | 537 | 111 | 135 |
| Binary | 11111010 | 11011111 | 11100011 | 0 | 1011 | 1001 | 10 | 101011111 | 1001001 | 1011101 |
Color Harmonies of #FADFE3
Complementary color
Monochromatic Colors of #FADFE3
Black with #FADFE3
Text Example
Text Example
White with #FADFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFE3; }
p { color: rgb(250,223,227); }
H1.HeaderClassName
{
color: #FADFE3;
}
.AnyTagClassName
{
color: #FADFE3;
}
</style>
background-color css
<style>
a { background-color: #FADFE3; }
a { background-color: rgb(250,223,227); }
div.DivClassName
{
background-color: #FADFE3;
}
.BgClassName
{
background-color: #FADFE3;
}
</style>
border-color css
<style>
span { border-color: #FADFE3; }
span { border-color: rgb(250,223,227); }
td.TdClassName
{
border-color: #FADFE3;
}
.TagClassName
{
border-color: #FADFE3;
}
</style>