Shades of Carla #F6FFCB
Tints of Carla #F6FFCB
RGB
CMYK
RGB Variations
Color information
#F6FFCB (or 0xF6FFCB) is known color: Carla. HEX triplet: F6, FF and CB. RGB value is (246,255,203). Sum of RGB (Red+Green+Blue) = 246+255+203=704 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.94% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 203 (79.69% from 255 or 28.84% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFCB is #090034. Grayscale: #F6F6F6. Windows color (decimal): -589877 or 13369334. OLE color: 13369334.
HSL color Cylindrical-coordinate representation of color #F6FFCB: hue angle of 70.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6FFCB is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 203 | - |
| CMYK | 0.04 | 0 | 0.20 | 0 |
| HSL | 70.38º | 1% | 0.9% | - |
| HSV(B) | 70.38º | 0.2% | 1% | - |
| XYZ | 84.55 | 95.42 | 70.46 | - |
| YUV | 246.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 203 | 0.04 | 0 | 0.20 | 0 | 70.38 | 1 | 0.9 |
| Hex | F6 | FF | CB | 4 | 0 | 14 | 0 | 46 | 64 | 5A |
| Octal | 366 | 377 | 313 | 4 | 0 | 24 | 0 | 106 | 144 | 132 |
| Binary | 11110110 | 11111111 | 11001011 | 100 | 0 | 10100 | 0 | 1000110 | 1100100 | 1011010 |
Color Harmonies of #F6FFCB
Complementary color
Monochromatic Colors of #F6FFCB
Black with #F6FFCB
Text Example
Text Example
White with #F6FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FFCB; }
p { color: rgb(246,255,203); }
H1.HeaderClassName
{
color: #F6FFCB;
}
.AnyTagClassName
{
color: #F6FFCB;
}
</style>
background-color css
<style>
a { background-color: #F6FFCB; }
a { background-color: rgb(246,255,203); }
div.DivClassName
{
background-color: #F6FFCB;
}
.BgClassName
{
background-color: #F6FFCB;
}
</style>
border-color css
<style>
span { border-color: #F6FFCB; }
span { border-color: rgb(246,255,203); }
td.TdClassName
{
border-color: #F6FFCB;
}
.TagClassName
{
border-color: #F6FFCB;
}
</style>