Shades of Carla #F9FDC4
Tints of Carla #F9FDC4
RGB
CMYK
RGB Variations
Color information
#F9FDC4 (or 0xF9FDC4) is known color: Carla. HEX triplet: F9, FD and C4. RGB value is (249,253,196). Sum of RGB (Red+Green+Blue) = 249+253+196=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 196 (76.95% from 255 or 28.08% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FDC4 is #06023B. Grayscale: #F5F5F5. Windows color (decimal): -393788 or 12910073. OLE color: 12910073.
HSL color Cylindrical-coordinate representation of color #F9FDC4: hue angle of 64.21º degrees, saturation: 0.93, 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 #F9FDC4 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 253 | 196 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.01 |
| HSL | 64.21º | 0.93% | 0.88% | - |
| HSV(B) | 64.21º | 0.23% | 0.99% | - |
| XYZ | 84.16 | 94.38 | 66.01 | - |
| YUV | 245.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 253 | 196 | 0.02 | 0 | 0.23 | 0.01 | 64.21 | 0.93 | 0.88 |
| Hex | F9 | FD | C4 | 2 | 0 | 17 | 1 | 40 | 5D | 58 |
| Octal | 371 | 375 | 304 | 2 | 0 | 27 | 1 | 100 | 135 | 130 |
| Binary | 11111001 | 11111101 | 11000100 | 10 | 0 | 10111 | 1 | 1000000 | 1011101 | 1011000 |
Color Harmonies of #F9FDC4
Complementary color
Monochromatic Colors of #F9FDC4
Black with #F9FDC4
Text Example
Text Example
White with #F9FDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FDC4; }
p { color: rgb(249,253,196); }
H1.HeaderClassName
{
color: #F9FDC4;
}
.AnyTagClassName
{
color: #F9FDC4;
}
</style>
background-color css
<style>
a { background-color: #F9FDC4; }
a { background-color: rgb(249,253,196); }
div.DivClassName
{
background-color: #F9FDC4;
}
.BgClassName
{
background-color: #F9FDC4;
}
</style>
border-color css
<style>
span { border-color: #F9FDC4; }
span { border-color: rgb(249,253,196); }
td.TdClassName
{
border-color: #F9FDC4;
}
.TagClassName
{
border-color: #F9FDC4;
}
</style>