Shades of Carla #F8FCCB
Tints of Carla #F8FCCB
RGB
CMYK
RGB Variations
Color information
#F8FCCB (or 0xF8FCCB) is known color: Carla. HEX triplet: F8, FC and CB. RGB value is (248,252,203). Sum of RGB (Red+Green+Blue) = 248+252+203=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 203 (79.69% from 255 or 28.88% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FCCB is #070334. Grayscale: #F5F5F5. Windows color (decimal): -459573 or 13368568. OLE color: 13368568.
HSL color Cylindrical-coordinate representation of color #F8FCCB: hue angle of 64.9º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8FCCB is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 203 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.01 |
| HSL | 64.9º | 0.89% | 0.89% | - |
| HSV(B) | 64.9º | 0.19% | 0.99% | - |
| XYZ | 84.3 | 93.89 | 70.18 | - |
| YUV | 245.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 203 | 0.02 | 0 | 0.19 | 0.01 | 64.9 | 0.89 | 0.89 |
| Hex | F8 | FC | CB | 2 | 0 | 13 | 1 | 41 | 59 | 59 |
| Octal | 370 | 374 | 313 | 2 | 0 | 23 | 1 | 101 | 131 | 131 |
| Binary | 11111000 | 11111100 | 11001011 | 10 | 0 | 10011 | 1 | 1000001 | 1011001 | 1011001 |
Color Harmonies of #F8FCCB
Complementary color
Monochromatic Colors of #F8FCCB
Black with #F8FCCB
Text Example
Text Example
White with #F8FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCCB; }
p { color: rgb(248,252,203); }
H1.HeaderClassName
{
color: #F8FCCB;
}
.AnyTagClassName
{
color: #F8FCCB;
}
</style>
background-color css
<style>
a { background-color: #F8FCCB; }
a { background-color: rgb(248,252,203); }
div.DivClassName
{
background-color: #F8FCCB;
}
.BgClassName
{
background-color: #F8FCCB;
}
</style>
border-color css
<style>
span { border-color: #F8FCCB; }
span { border-color: rgb(248,252,203); }
td.TdClassName
{
border-color: #F8FCCB;
}
.TagClassName
{
border-color: #F8FCCB;
}
</style>