Shades of Carla #FAFCCB
Tints of Carla #FAFCCB
RGB
CMYK
RGB Variations
Color information
#FAFCCB (or 0xFAFCCB) is known color: Carla. HEX triplet: FA, FC and CB. RGB value is (250,252,203). Sum of RGB (Red+Green+Blue) = 250+252+203=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 203 (79.69% from 255 or 28.79% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCCB is #050334. Grayscale: #F6F6F6. Windows color (decimal): -328501 or 13368570. OLE color: 13368570.
HSL color Cylindrical-coordinate representation of color #FAFCCB: hue angle of 62.45º 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 #FAFCCB is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 203 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.01 |
| HSL | 62.45º | 0.89% | 0.89% | - |
| HSV(B) | 62.45º | 0.19% | 0.99% | - |
| XYZ | 85.01 | 94.26 | 70.21 | - |
| YUV | 245.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 203 | 0.01 | 0 | 0.19 | 0.01 | 62.45 | 0.89 | 0.89 |
| Hex | FA | FC | CB | 1 | 0 | 13 | 1 | 3E | 59 | 59 |
| Octal | 372 | 374 | 313 | 1 | 0 | 23 | 1 | 76 | 131 | 131 |
| Binary | 11111010 | 11111100 | 11001011 | 1 | 0 | 10011 | 1 | 111110 | 1011001 | 1011001 |
Color Harmonies of #FAFCCB
Complementary color
Monochromatic Colors of #FAFCCB
Black with #FAFCCB
Text Example
Text Example
White with #FAFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFCCB; }
p { color: rgb(250,252,203); }
H1.HeaderClassName
{
color: #FAFCCB;
}
.AnyTagClassName
{
color: #FAFCCB;
}
</style>
background-color css
<style>
a { background-color: #FAFCCB; }
a { background-color: rgb(250,252,203); }
div.DivClassName
{
background-color: #FAFCCB;
}
.BgClassName
{
background-color: #FAFCCB;
}
</style>
border-color css
<style>
span { border-color: #FAFCCB; }
span { border-color: rgb(250,252,203); }
td.TdClassName
{
border-color: #FAFCCB;
}
.TagClassName
{
border-color: #FAFCCB;
}
</style>