Shades of Carousel Pink #F3DFE1
Tints of Carousel Pink #F3DFE1
RGB
CMYK
RGB Variations
Color information
#F3DFE1 (or 0xF3DFE1) is known color: Carousel Pink. HEX triplet: F3, DF and E1. RGB value is (243,223,225). Sum of RGB (Red+Green+Blue) = 243+223+225=691 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.17% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 225 (88.28% from 255 or 32.56% from 691); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFE1 is #0C201E. Grayscale: #E5E5E5. Windows color (decimal): -794655 or 14802931. OLE color: 14802931.
HSL color Cylindrical-coordinate representation of color #F3DFE1: hue angle of 354º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F3DFE1 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 225 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.05 |
| HSL | 354º | 0.45% | 0.91% | - |
| HSV(B) | 354º | 0.08% | 0.95% | - |
| XYZ | 76.94 | 77.27 | 82.09 | - |
| YUV | 229.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 225 | 0 | 0.08 | 0.07 | 0.05 | 354 | 0.45 | 0.91 |
| Hex | F3 | DF | E1 | 0 | 8 | 7 | 5 | 162 | 2D | 5B |
| Octal | 363 | 337 | 341 | 0 | 10 | 7 | 5 | 542 | 55 | 133 |
| Binary | 11110011 | 11011111 | 11100001 | 0 | 1000 | 111 | 101 | 101100010 | 101101 | 1011011 |
Color Harmonies of #F3DFE1
Complementary color
Monochromatic Colors of #F3DFE1
Black with #F3DFE1
Text Example
Text Example
White with #F3DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFE1; }
p { color: rgb(243,223,225); }
H1.HeaderClassName
{
color: #F3DFE1;
}
.AnyTagClassName
{
color: #F3DFE1;
}
</style>
background-color css
<style>
a { background-color: #F3DFE1; }
a { background-color: rgb(243,223,225); }
div.DivClassName
{
background-color: #F3DFE1;
}
.BgClassName
{
background-color: #F3DFE1;
}
</style>
border-color css
<style>
span { border-color: #F3DFE1; }
span { border-color: rgb(243,223,225); }
td.TdClassName
{
border-color: #F3DFE1;
}
.TagClassName
{
border-color: #F3DFE1;
}
</style>