Shades of Carla #FAFDCB
Tints of Carla #FAFDCB
RGB
CMYK
RGB Variations
Color information
#FAFDCB (or 0xFAFDCB) is known color: Carla. HEX triplet: FA, FD and CB. RGB value is (250,253,203). Sum of RGB (Red+Green+Blue) = 250+253+203=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 203 (79.69% from 255 or 28.75% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDCB is #050234. Grayscale: #F6F6F6. Windows color (decimal): -328245 or 13368826. OLE color: 13368826.
HSL color Cylindrical-coordinate representation of color #FAFDCB: hue angle of 63.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAFDCB is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 203 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.01 |
| HSL | 63.6º | 0.93% | 0.89% | - |
| HSV(B) | 63.6º | 0.2% | 0.99% | - |
| XYZ | 85.33 | 94.89 | 70.32 | - |
| YUV | 246.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 203 | 0.01 | 0 | 0.20 | 0.01 | 63.6 | 0.93 | 0.89 |
| Hex | FA | FD | CB | 1 | 0 | 14 | 1 | 40 | 5D | 59 |
| Octal | 372 | 375 | 313 | 1 | 0 | 24 | 1 | 100 | 135 | 131 |
| Binary | 11111010 | 11111101 | 11001011 | 1 | 0 | 10100 | 1 | 1000000 | 1011101 | 1011001 |
Color Harmonies of #FAFDCB
Complementary color
Monochromatic Colors of #FAFDCB
Black with #FAFDCB
Text Example
Text Example
White with #FAFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDCB; }
p { color: rgb(250,253,203); }
H1.HeaderClassName
{
color: #FAFDCB;
}
.AnyTagClassName
{
color: #FAFDCB;
}
</style>
background-color css
<style>
a { background-color: #FAFDCB; }
a { background-color: rgb(250,253,203); }
div.DivClassName
{
background-color: #FAFDCB;
}
.BgClassName
{
background-color: #FAFDCB;
}
</style>
border-color css
<style>
span { border-color: #FAFDCB; }
span { border-color: rgb(250,253,203); }
td.TdClassName
{
border-color: #FAFDCB;
}
.TagClassName
{
border-color: #FAFDCB;
}
</style>