Html Css Color HEX #FEDCC2 Karry

📋 copy color: '#FEDCC2'

red 254 ◦ green 220 ◦ blue 194

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

Shades of Karry #FEDCC2

Tints of Karry #FEDCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.04%

R = 38.02%
G = 32.93%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEDCC2 (or 0xFEDCC2) is known color: Karry. HEX triplet: FE, DC and C2. RGB value is (254,220,194). Sum of RGB (Red+Green+Blue) = 254+220+194=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 194 (76.17% from 255 or 29.04% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC2 is #01233D. Grayscale: #E3E3E3. Windows color (decimal): -74558 or 12770558. OLE color: 12770558.

HSL color Cylindrical-coordinate representation of color #FEDCC2: hue angle of 26º 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 #FEDCC2 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 194 -
CMYK 0 0.13 0.24 0.00
HSL 26º 0.97% 0.88% -
HSV(B) 26º 0.24% 1% -
XYZ 76.2 76.15 61.72 -
YUV 227.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 254 220 194 0 0.13 0.24 0.00 26 0.97 0.88
Hex FE DC C2 0 D 18 0 1A 61 58
Octal 376 334 302 0 15 30 0 32 141 130
Binary 11111110 11011100 11000010 0 1101 11000 0 11010 1100001 1011000

Color Harmonies of #FEDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCC2

Black with #FEDCC2

Text Example


Text Example

White with #FEDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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