Shades of Carla #F5FDC1
Tints of Carla #F5FDC1
RGB
CMYK
RGB Variations
Color information
#F5FDC1 (or 0xF5FDC1) is known color: Carla. HEX triplet: F5, FD and C1. RGB value is (245,253,193). Sum of RGB (Red+Green+Blue) = 245+253+193=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 193 (75.78% from 255 or 27.93% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDC1 is #0A023E. Grayscale: #F3F3F3. Windows color (decimal): -655935 or 12713461. OLE color: 12713461.
HSL color Cylindrical-coordinate representation of color #F5FDC1: hue angle of 68º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5FDC1 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 253 | 193 | - |
CMYK | 0.03 | 0 | 0.24 | 0.01 |
HSL | 68º | 0.94% | 0.87% | - |
HSV(B) | 68º | 0.24% | 0.99% | - |
XYZ | 82.41 | 93.51 | 64.16 | - |
YUV | 243.77 | 99.35 | 128.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 253 | 193 | 0.03 | 0 | 0.24 | 0.01 | 68 | 0.94 | 0.87 |
Hex | F5 | FD | C1 | 3 | 0 | 18 | 1 | 44 | 5E | 57 |
Octal | 365 | 375 | 301 | 3 | 0 | 30 | 1 | 104 | 136 | 127 |
Binary | 11110101 | 11111101 | 11000001 | 11 | 0 | 11000 | 1 | 1000100 | 1011110 | 1010111 |
Color Harmonies of #F5FDC1
Complementary color
Monochromatic Colors of #F5FDC1
Black with #F5FDC1
Text Example
Text Example
White with #F5FDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDC1; }
p { color: rgb(245,253,193); }
H1.HeaderClassName
{
color: #F5FDC1;
}
.AnyTagClassName
{
color: #F5FDC1;
}
</style>
background-color css
<style>
a { background-color: #F5FDC1; }
a { background-color: rgb(245,253,193); }
div.DivClassName
{
background-color: #F5FDC1;
}
.BgClassName
{
background-color: #F5FDC1;
}
</style>
border-color css
<style>
span { border-color: #F5FDC1; }
span { border-color: rgb(245,253,193); }
td.TdClassName
{
border-color: #F5FDC1;
}
.TagClassName
{
border-color: #F5FDC1;
}
</style>