Shades of Carla #FAFDC8
Tints of Carla #FAFDC8
RGB
CMYK
RGB Variations
Color information
#FAFDC8 (or 0xFAFDC8) is known color: Carla. HEX triplet: FA, FD and C8. RGB value is (250,253,200). Sum of RGB (Red+Green+Blue) = 250+253+200=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 200 (78.52% from 255 or 28.45% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDC8 is #050237. Grayscale: #F6F6F6. Windows color (decimal): -328248 or 13172218. OLE color: 13172218.
HSL color Cylindrical-coordinate representation of color #FAFDC8: hue angle of 63.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAFDC8 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 200 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.01 |
| HSL | 63.4º | 0.93% | 0.89% | - |
| HSV(B) | 63.4º | 0.21% | 0.99% | - |
| XYZ | 84.97 | 94.74 | 68.45 | - |
| YUV | 246.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 200 | 0.01 | 0 | 0.21 | 0.01 | 63.4 | 0.93 | 0.89 |
| Hex | FA | FD | C8 | 1 | 0 | 15 | 1 | 3F | 5D | 59 |
| Octal | 372 | 375 | 310 | 1 | 0 | 25 | 1 | 77 | 135 | 131 |
| Binary | 11111010 | 11111101 | 11001000 | 1 | 0 | 10101 | 1 | 111111 | 1011101 | 1011001 |
Color Harmonies of #FAFDC8
Complementary color
Monochromatic Colors of #FAFDC8
Black with #FAFDC8
Text Example
Text Example
White with #FAFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDC8; }
p { color: rgb(250,253,200); }
H1.HeaderClassName
{
color: #FAFDC8;
}
.AnyTagClassName
{
color: #FAFDC8;
}
</style>
background-color css
<style>
a { background-color: #FAFDC8; }
a { background-color: rgb(250,253,200); }
div.DivClassName
{
background-color: #FAFDC8;
}
.BgClassName
{
background-color: #FAFDC8;
}
</style>
border-color css
<style>
span { border-color: #FAFDC8; }
span { border-color: rgb(250,253,200); }
td.TdClassName
{
border-color: #FAFDC8;
}
.TagClassName
{
border-color: #FAFDC8;
}
</style>