Shades of Carla #FAFECB
Tints of Carla #FAFECB
RGB
CMYK
RGB Variations
Color information
#FAFECB (or 0xFAFECB) is known color: Carla. HEX triplet: FA, FE and CB. RGB value is (250,254,203). Sum of RGB (Red+Green+Blue) = 250+254+203=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 203 (79.69% from 255 or 28.71% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFECB is #050134. Grayscale: #F7F7F7. Windows color (decimal): -327989 or 13369082. OLE color: 13369082.
HSL color Cylindrical-coordinate representation of color #FAFECB: hue angle of 64.71º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAFECB is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 250 | 254 | 203 | - |
CMYK | 0.02 | 0 | 0.20 | 0.00 |
HSL | 64.71º | 0.96% | 0.9% | - |
HSV(B) | 64.71º | 0.2% | 1% | - |
XYZ | 85.65 | 95.52 | 70.42 | - |
YUV | 246.99 | 103.17 | 130.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 254 | 203 | 0.02 | 0 | 0.20 | 0.00 | 64.71 | 0.96 | 0.9 |
Hex | FA | FE | CB | 2 | 0 | 14 | 0 | 41 | 60 | 5A |
Octal | 372 | 376 | 313 | 2 | 0 | 24 | 0 | 101 | 140 | 132 |
Binary | 11111010 | 11111110 | 11001011 | 10 | 0 | 10100 | 0 | 1000001 | 1100000 | 1011010 |
Color Harmonies of #FAFECB
Complementary color
Monochromatic Colors of #FAFECB
Black with #FAFECB
Text Example
Text Example
White with #FAFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFECB; }
p { color: rgb(250,254,203); }
H1.HeaderClassName
{
color: #FAFECB;
}
.AnyTagClassName
{
color: #FAFECB;
}
</style>
background-color css
<style>
a { background-color: #FAFECB; }
a { background-color: rgb(250,254,203); }
div.DivClassName
{
background-color: #FAFECB;
}
.BgClassName
{
background-color: #FAFECB;
}
</style>
border-color css
<style>
span { border-color: #FAFECB; }
span { border-color: rgb(250,254,203); }
td.TdClassName
{
border-color: #FAFECB;
}
.TagClassName
{
border-color: #FAFECB;
}
</style>