Shades of Carla #FAFDC2
Tints of Carla #FAFDC2
RGB
CMYK
RGB Variations
Color information
#FAFDC2 (or 0xFAFDC2) is known color: Carla. HEX triplet: FA, FD and C2. RGB value is (250,253,194). Sum of RGB (Red+Green+Blue) = 250+253+194=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 194 (76.17% from 255 or 27.83% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDC2 is #05023D. Grayscale: #F5F5F5. Windows color (decimal): -328254 or 12779002. OLE color: 12779002.
HSL color Cylindrical-coordinate representation of color #FAFDC2: hue angle of 63.05º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAFDC2 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 194 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.01 |
| HSL | 63.05º | 0.94% | 0.88% | - |
| HSV(B) | 63.05º | 0.23% | 0.99% | - |
| XYZ | 84.29 | 94.47 | 64.83 | - |
| YUV | 245.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 194 | 0.01 | 0 | 0.23 | 0.01 | 63.05 | 0.94 | 0.88 |
| Hex | FA | FD | C2 | 1 | 0 | 17 | 1 | 3F | 5E | 58 |
| Octal | 372 | 375 | 302 | 1 | 0 | 27 | 1 | 77 | 136 | 130 |
| Binary | 11111010 | 11111101 | 11000010 | 1 | 0 | 10111 | 1 | 111111 | 1011110 | 1011000 |
Color Harmonies of #FAFDC2
Complementary color
Monochromatic Colors of #FAFDC2
Black with #FAFDC2
Text Example
Text Example
White with #FAFDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDC2; }
p { color: rgb(250,253,194); }
H1.HeaderClassName
{
color: #FAFDC2;
}
.AnyTagClassName
{
color: #FAFDC2;
}
</style>
background-color css
<style>
a { background-color: #FAFDC2; }
a { background-color: rgb(250,253,194); }
div.DivClassName
{
background-color: #FAFDC2;
}
.BgClassName
{
background-color: #FAFDC2;
}
</style>
border-color css
<style>
span { border-color: #FAFDC2; }
span { border-color: rgb(250,253,194); }
td.TdClassName
{
border-color: #FAFDC2;
}
.TagClassName
{
border-color: #FAFDC2;
}
</style>