Shades of Karry #FEDFBF
Tints of Karry #FEDFBF
RGB
CMYK
RGB Variations
Color information
#FEDFBF (or 0xFEDFBF) is known color: Karry. HEX triplet: FE, DF and BF. RGB value is (254,223,191). Sum of RGB (Red+Green+Blue) = 254+223+191=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 191 (75% from 255 or 28.59% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFBF is #012040. Grayscale: #E4E4E4. Windows color (decimal): -73793 or 12574718. OLE color: 12574718.
HSL color Cylindrical-coordinate representation of color #FEDFBF: hue angle of 30.48º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEDFBF is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 223 | 191 | - |
CMYK | 0 | 0.12 | 0.25 | 0.00 |
HSL | 30.48º | 0.97% | 0.87% | - |
HSV(B) | 30.48º | 0.25% | 1% | - |
XYZ | 76.66 | 77.61 | 60.23 | - |
YUV | 228.62 | 106.77 | 146.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 223 | 191 | 0 | 0.12 | 0.25 | 0.00 | 30.48 | 0.97 | 0.87 |
Hex | FE | DF | BF | 0 | C | 19 | 0 | 1E | 61 | 57 |
Octal | 376 | 337 | 277 | 0 | 14 | 31 | 0 | 36 | 141 | 127 |
Binary | 11111110 | 11011111 | 10111111 | 0 | 1100 | 11001 | 0 | 11110 | 1100001 | 1010111 |
Color Harmonies of #FEDFBF
Complementary color
Monochromatic Colors of #FEDFBF
Black with #FEDFBF
Text Example
Text Example
White with #FEDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFBF; }
p { color: rgb(254,223,191); }
H1.HeaderClassName
{
color: #FEDFBF;
}
.AnyTagClassName
{
color: #FEDFBF;
}
</style>
background-color css
<style>
a { background-color: #FEDFBF; }
a { background-color: rgb(254,223,191); }
div.DivClassName
{
background-color: #FEDFBF;
}
.BgClassName
{
background-color: #FEDFBF;
}
</style>
border-color css
<style>
span { border-color: #FEDFBF; }
span { border-color: rgb(254,223,191); }
td.TdClassName
{
border-color: #FEDFBF;
}
.TagClassName
{
border-color: #FEDFBF;
}
</style>