Html Css Color HEX #FED8C0 Karry

📋 copy color: '#FED8C0'

red 254 ◦ green 216 ◦ blue 192

#FED8C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karry #FED8C0

Tints of Karry #FED8C0

RGB

 RED value IS 254 (99.61% from 255) = 38.37%

 GREEN value IS 216 (84.77% from 255) = 32.63%

 BLUE value IS 192 (75.39% from 255) = 29%

R = 38.37%
G = 32.63%
B = 29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FED8C0 (or 0xFED8C0) is known color: Karry. HEX triplet: FE, D8 and C0. RGB value is (254,216,192). Sum of RGB (Red+Green+Blue) = 254+216+192=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8C0 is #01273F. Grayscale: #E0E0E0. Windows color (decimal): -75584 or 12638462. OLE color: 12638462.

HSL color Cylindrical-coordinate representation of color #FED8C0: hue angle of 23.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FED8C0 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 216 192 -
CMYK 0 0.15 0.24 0.00
HSL 23.23º 0.97% 0.87% -
HSV(B) 23.23º 0.24% 1% -
XYZ 74.94 73.99 60.2 -
YUV 224.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 254 216 192 0 0.15 0.24 0.00 23.23 0.97 0.87
Hex FE D8 C0 0 F 18 0 17 61 57
Octal 376 330 300 0 17 30 0 27 141 127
Binary 11111110 11011000 11000000 0 1111 11000 0 10111 1100001 1010111

Color Harmonies of #FED8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8C0

Black with #FED8C0

Text Example


Text Example

White with #FED8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8C0; }

 p { color: rgb(254,216,192); }

 H1.HeaderClassName
 {
   color: #FED8C0;
 }
 .AnyTagClassName
 {
   color: #FED8C0;
 }
</style>

background-color css

<style>
 a { background-color: #FED8C0; }

 a { background-color: rgb(254,216,192); }

 div.DivClassName
 {
   background-color: #FED8C0;
 }
 .BgClassName
 {
   background-color: #FED8C0;
 }
</style>

border-color css

<style>
 span { border-color: #FED8C0; }

 span { border-color: rgb(254,216,192); }

 td.TdClassName
 {
   border-color: #FED8C0;
 }
 .TagClassName
 {
   border-color: #FED8C0;
 }
</style>