Html Css Color HEX #FEDFC5 Karry

📋 copy color: '#FEDFC5'

red 254 ◦ green 223 ◦ blue 197

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

Shades of Karry #FEDFC5

Tints of Karry #FEDFC5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.09%

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

R = 37.69%
G = 33.09%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEDFC5 (or 0xFEDFC5) is known color: Karry. HEX triplet: FE, DF and C5. RGB value is (254,223,197). Sum of RGB (Red+Green+Blue) = 254+223+197=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 197 (77.34% from 255 or 29.23% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFC5 is #01203A. Grayscale: #E5E5E5. Windows color (decimal): -73787 or 12967934. OLE color: 12967934.

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

Color convert

RGB 254 223 197 -
CMYK 0 0.12 0.22 0.00
HSL 27.37º 0.97% 0.88% -
HSV(B) 27.37º 0.22% 1% -
XYZ 77.34 77.88 63.78 -
YUV 229.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 254 223 197 0 0.12 0.22 0.00 27.37 0.97 0.88
Hex FE DF C5 0 C 16 0 1B 61 58
Octal 376 337 305 0 14 26 0 33 141 130
Binary 11111110 11011111 11000101 0 1100 10110 0 11011 1100001 1011000

Color Harmonies of #FEDFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFC5

Black with #FEDFC5

Text Example


Text Example

White with #FEDFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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