Shades of Carousel Pink #F3E0E4
Tints of Carousel Pink #F3E0E4
RGB
CMYK
RGB Variations
Color information
#F3E0E4 (or 0xF3E0E4) is known color: Carousel Pink. HEX triplet: F3, E0 and E4. RGB value is (243,224,228). Sum of RGB (Red+Green+Blue) = 243+224+228=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 228 (89.45% from 255 or 32.81% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0E4 is #0C1F1B. Grayscale: #E6E6E6. Windows color (decimal): -794396 or 14999795. OLE color: 14999795.
HSL color Cylindrical-coordinate representation of color #F3E0E4: hue angle of 347.37º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F3E0E4 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 228 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.05 |
| HSL | 347.37º | 0.44% | 0.92% | - |
| HSV(B) | 347.37º | 0.08% | 0.95% | - |
| XYZ | 77.62 | 77.97 | 84.36 | - |
| YUV | 230.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 228 | 0 | 0.08 | 0.06 | 0.05 | 347.37 | 0.44 | 0.92 |
| Hex | F3 | E0 | E4 | 0 | 8 | 6 | 5 | 15B | 2C | 5C |
| Octal | 363 | 340 | 344 | 0 | 10 | 6 | 5 | 533 | 54 | 134 |
| Binary | 11110011 | 11100000 | 11100100 | 0 | 1000 | 110 | 101 | 101011011 | 101100 | 1011100 |
Color Harmonies of #F3E0E4
Complementary color
Monochromatic Colors of #F3E0E4
Black with #F3E0E4
Text Example
Text Example
White with #F3E0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0E4; }
p { color: rgb(243,224,228); }
H1.HeaderClassName
{
color: #F3E0E4;
}
.AnyTagClassName
{
color: #F3E0E4;
}
</style>
background-color css
<style>
a { background-color: #F3E0E4; }
a { background-color: rgb(243,224,228); }
div.DivClassName
{
background-color: #F3E0E4;
}
.BgClassName
{
background-color: #F3E0E4;
}
</style>
border-color css
<style>
span { border-color: #F3E0E4; }
span { border-color: rgb(243,224,228); }
td.TdClassName
{
border-color: #F3E0E4;
}
.TagClassName
{
border-color: #F3E0E4;
}
</style>