Html Css Color HEX #FEDCC5 Karry

📋 copy color: '#FEDCC5'

red 254 ◦ green 220 ◦ blue 197

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

Shades of Karry #FEDCC5

Tints of Karry #FEDCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.79%

 BLUE value IS 197 (77.34% from 255) = 29.36%

R = 37.85%
G = 32.79%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEDCC5 (or 0xFEDCC5) is known color: Karry. HEX triplet: FE, DC and C5. RGB value is (254,220,197). Sum of RGB (Red+Green+Blue) = 254+220+197=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 197 (77.34% from 255 or 29.36% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC5 is #01233A. Grayscale: #E3E3E3. Windows color (decimal): -74555 or 12967166. OLE color: 12967166.

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

Color convert

RGB 254 220 197 -
CMYK 0 0.13 0.22 0.00
HSL 24.21º 0.97% 0.88% -
HSV(B) 24.21º 0.22% 1% -
XYZ 76.54 76.29 63.51 -
YUV 227.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 254 220 197 0 0.13 0.22 0.00 24.21 0.97 0.88
Hex FE DC C5 0 D 16 0 18 61 58
Octal 376 334 305 0 15 26 0 30 141 130
Binary 11111110 11011100 11000101 0 1101 10110 0 11000 1100001 1011000

Color Harmonies of #FEDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCC5

Black with #FEDCC5

Text Example


Text Example

White with #FEDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCC5; }

 p { color: rgb(254,220,197); }

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

background-color css

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

 a { background-color: rgb(254,220,197); }

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

border-color css

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

 span { border-color: rgb(254,220,197); }

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