Shades of Carla #FAFFCB
Tints of Carla #FAFFCB
RGB
CMYK
RGB Variations
Color information
#FAFFCB (or 0xFAFFCB) is known color: Carla. HEX triplet: FA, FF and CB. RGB value is (250,255,203). Sum of RGB (Red+Green+Blue) = 250+255+203=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 203 (79.69% from 255 or 28.67% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFCB is #050034. Grayscale: #F7F7F7. Windows color (decimal): -327733 or 13369338. OLE color: 13369338.
HSL color Cylindrical-coordinate representation of color #FAFFCB: hue angle of 65.77º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAFFCB is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 203 | - |
| CMYK | 0.02 | 0 | 0.20 | 0 |
| HSL | 65.77º | 1% | 0.9% | - |
| HSV(B) | 65.77º | 0.2% | 1% | - |
| XYZ | 85.96 | 96.16 | 70.53 | - |
| YUV | 247.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 203 | 0.02 | 0 | 0.20 | 0 | 65.77 | 1 | 0.9 |
| Hex | FA | FF | CB | 2 | 0 | 14 | 0 | 42 | 64 | 5A |
| Octal | 372 | 377 | 313 | 2 | 0 | 24 | 0 | 102 | 144 | 132 |
| Binary | 11111010 | 11111111 | 11001011 | 10 | 0 | 10100 | 0 | 1000010 | 1100100 | 1011010 |
Color Harmonies of #FAFFCB
Complementary color
Monochromatic Colors of #FAFFCB
Black with #FAFFCB
Text Example
Text Example
White with #FAFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFCB; }
p { color: rgb(250,255,203); }
H1.HeaderClassName
{
color: #FAFFCB;
}
.AnyTagClassName
{
color: #FAFFCB;
}
</style>
background-color css
<style>
a { background-color: #FAFFCB; }
a { background-color: rgb(250,255,203); }
div.DivClassName
{
background-color: #FAFFCB;
}
.BgClassName
{
background-color: #FAFFCB;
}
</style>
border-color css
<style>
span { border-color: #FAFFCB; }
span { border-color: rgb(250,255,203); }
td.TdClassName
{
border-color: #FAFFCB;
}
.TagClassName
{
border-color: #FAFFCB;
}
</style>