Shades of Carla #FBFEC2
Tints of Carla #FBFEC2
RGB
CMYK
RGB Variations
Color information
#FBFEC2 (or 0xFBFEC2) is known color: Carla. HEX triplet: FB, FE and C2. RGB value is (251,254,194). Sum of RGB (Red+Green+Blue) = 251+254+194=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 194 (76.17% from 255 or 27.75% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFEC2 is #04013D. Grayscale: #F6F6F6. Windows color (decimal): -262462 or 12779259. OLE color: 12779259.
HSL color Cylindrical-coordinate representation of color #FBFEC2: hue angle of 63º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBFEC2 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 251 | 254 | 194 | - |
CMYK | 0.01 | 0 | 0.24 | 0.00 |
HSL | 63º | 0.97% | 0.88% | - |
HSV(B) | 63º | 0.24% | 1% | - |
XYZ | 84.96 | 95.29 | 64.95 | - |
YUV | 246.26 | 98.51 | 131.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 254 | 194 | 0.01 | 0 | 0.24 | 0.00 | 63 | 0.97 | 0.88 |
Hex | FB | FE | C2 | 1 | 0 | 18 | 0 | 3F | 61 | 58 |
Octal | 373 | 376 | 302 | 1 | 0 | 30 | 0 | 77 | 141 | 130 |
Binary | 11111011 | 11111110 | 11000010 | 1 | 0 | 11000 | 0 | 111111 | 1100001 | 1011000 |
Color Harmonies of #FBFEC2
Complementary color
Monochromatic Colors of #FBFEC2
Black with #FBFEC2
Text Example
Text Example
White with #FBFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEC2; }
p { color: rgb(251,254,194); }
H1.HeaderClassName
{
color: #FBFEC2;
}
.AnyTagClassName
{
color: #FBFEC2;
}
</style>
background-color css
<style>
a { background-color: #FBFEC2; }
a { background-color: rgb(251,254,194); }
div.DivClassName
{
background-color: #FBFEC2;
}
.BgClassName
{
background-color: #FBFEC2;
}
</style>
border-color css
<style>
span { border-color: #FBFEC2; }
span { border-color: rgb(251,254,194); }
td.TdClassName
{
border-color: #FBFEC2;
}
.TagClassName
{
border-color: #FBFEC2;
}
</style>