Shades of Carla #FAFDC5
Tints of Carla #FAFDC5
RGB
CMYK
RGB Variations
Color information
#FAFDC5 (or 0xFAFDC5) is known color: Carla. HEX triplet: FA, FD and C5. RGB value is (250,253,197). Sum of RGB (Red+Green+Blue) = 250+253+197=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 197 (77.34% from 255 or 28.14% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDC5 is #05023A. Grayscale: #F5F5F5. Windows color (decimal): -328251 or 12975610. OLE color: 12975610.
HSL color Cylindrical-coordinate representation of color #FAFDC5: hue angle of 63.21º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAFDC5 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 197 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.01 |
| HSL | 63.21º | 0.93% | 0.88% | - |
| HSV(B) | 63.21º | 0.22% | 0.99% | - |
| XYZ | 84.63 | 94.61 | 66.62 | - |
| YUV | 245.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 197 | 0.01 | 0 | 0.22 | 0.01 | 63.21 | 0.93 | 0.88 |
| Hex | FA | FD | C5 | 1 | 0 | 16 | 1 | 3F | 5D | 58 |
| Octal | 372 | 375 | 305 | 1 | 0 | 26 | 1 | 77 | 135 | 130 |
| Binary | 11111010 | 11111101 | 11000101 | 1 | 0 | 10110 | 1 | 111111 | 1011101 | 1011000 |
Color Harmonies of #FAFDC5
Complementary color
Monochromatic Colors of #FAFDC5
Black with #FAFDC5
Text Example
Text Example
White with #FAFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDC5; }
p { color: rgb(250,253,197); }
H1.HeaderClassName
{
color: #FAFDC5;
}
.AnyTagClassName
{
color: #FAFDC5;
}
</style>
background-color css
<style>
a { background-color: #FAFDC5; }
a { background-color: rgb(250,253,197); }
div.DivClassName
{
background-color: #FAFDC5;
}
.BgClassName
{
background-color: #FAFDC5;
}
</style>
border-color css
<style>
span { border-color: #FAFDC5; }
span { border-color: rgb(250,253,197); }
td.TdClassName
{
border-color: #FAFDC5;
}
.TagClassName
{
border-color: #FAFDC5;
}
</style>