Html Css Color HEX #FEDCC1 Karry

📋 copy color: '#FEDCC1'

red 254 ◦ green 220 ◦ blue 193

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

Shades of Karry #FEDCC1

Tints of Karry #FEDCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 28.94%

R = 38.08%
G = 32.98%
B = 28.94%

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

#FEDCC1 (or 0xFEDCC1) is known color: Karry. HEX triplet: FE, DC and C1. RGB value is (254,220,193). Sum of RGB (Red+Green+Blue) = 254+220+193=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC1 is #01233E. Grayscale: #E3E3E3. Windows color (decimal): -74559 or 12705022. OLE color: 12705022.

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

Color convert

RGB 254 220 193 -
CMYK 0 0.13 0.24 0.00
HSL 26.56º 0.97% 0.88% -
HSV(B) 26.56º 0.24% 1% -
XYZ 76.09 76.11 61.13 -
YUV 227.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 254 220 193 0 0.13 0.24 0.00 26.56 0.97 0.88
Hex FE DC C1 0 D 18 0 1B 61 58
Octal 376 334 301 0 15 30 0 33 141 130
Binary 11111110 11011100 11000001 0 1101 11000 0 11011 1100001 1011000

Color Harmonies of #FEDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCC1

Black with #FEDCC1

Text Example


Text Example

White with #FEDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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