Shades of Carla #F9FFD2
Tints of Carla #F9FFD2
RGB
CMYK
RGB Variations
Color information
#F9FFD2 (or 0xF9FFD2) is known color: Carla. HEX triplet: F9, FF and D2. RGB value is (249,255,210). Sum of RGB (Red+Green+Blue) = 249+255+210=714 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.87% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 210 (82.42% from 255 or 29.41% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFD2 is #06002D. Grayscale: #F8F8F8. Windows color (decimal): -393262 or 13828089. OLE color: 13828089.
HSL color Cylindrical-coordinate representation of color #F9FFD2: hue angle of 68º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9FFD2 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 210 | - |
| CMYK | 0.02 | 0 | 0.18 | 0 |
| HSL | 68º | 1% | 0.91% | - |
| HSV(B) | 68º | 0.18% | 1% | - |
| XYZ | 86.46 | 96.31 | 75.01 | - |
| YUV | 248.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 210 | 0.02 | 0 | 0.18 | 0 | 68 | 1 | 0.91 |
| Hex | F9 | FF | D2 | 2 | 0 | 12 | 0 | 44 | 64 | 5B |
| Octal | 371 | 377 | 322 | 2 | 0 | 22 | 0 | 104 | 144 | 133 |
| Binary | 11111001 | 11111111 | 11010010 | 10 | 0 | 10010 | 0 | 1000100 | 1100100 | 1011011 |
Color Harmonies of #F9FFD2
Complementary color
Monochromatic Colors of #F9FFD2
Black with #F9FFD2
Text Example
Text Example
White with #F9FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFD2; }
p { color: rgb(249,255,210); }
H1.HeaderClassName
{
color: #F9FFD2;
}
.AnyTagClassName
{
color: #F9FFD2;
}
</style>
background-color css
<style>
a { background-color: #F9FFD2; }
a { background-color: rgb(249,255,210); }
div.DivClassName
{
background-color: #F9FFD2;
}
.BgClassName
{
background-color: #F9FFD2;
}
</style>
border-color css
<style>
span { border-color: #F9FFD2; }
span { border-color: rgb(249,255,210); }
td.TdClassName
{
border-color: #F9FFD2;
}
.TagClassName
{
border-color: #F9FFD2;
}
</style>