Html Css Color HEX #FEDEC5 Karry

📋 copy color: '#FEDEC5'

red 254 ◦ green 222 ◦ blue 197

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

Shades of Karry #FEDEC5

Tints of Karry #FEDEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.99%

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

R = 37.74%
G = 32.99%
B = 29.27%

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

#FEDEC5 (or 0xFEDEC5) is known color: Karry. HEX triplet: FE, DE and C5. RGB value is (254,222,197). Sum of RGB (Red+Green+Blue) = 254+222+197=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 197 (77.34% from 255 or 29.27% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEC5 is #01213A. Grayscale: #E4E4E4. Windows color (decimal): -74043 or 12967678. OLE color: 12967678.

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

Color convert

RGB 254 222 197 -
CMYK 0 0.13 0.22 0.00
HSL 26.32º 0.97% 0.88% -
HSV(B) 26.32º 0.22% 1% -
XYZ 77.07 77.34 63.69 -
YUV 228.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 254 222 197 0 0.13 0.22 0.00 26.32 0.97 0.88
Hex FE DE C5 0 D 16 0 1A 61 58
Octal 376 336 305 0 15 26 0 32 141 130
Binary 11111110 11011110 11000101 0 1101 10110 0 11010 1100001 1011000

Color Harmonies of #FEDEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEC5

Black with #FEDEC5

Text Example


Text Example

White with #FEDEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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