Html Css Color HEX #FEDCC9 Karry

📋 copy color: '#FEDCC9'

red 254 ◦ green 220 ◦ blue 201

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

Shades of Karry #FEDCC9

Tints of Karry #FEDCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29.78%

R = 37.63%
G = 32.59%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEDCC9 (or 0xFEDCC9) is known color: Karry. HEX triplet: FE, DC and C9. RGB value is (254,220,201). Sum of RGB (Red+Green+Blue) = 254+220+201=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 201 (78.91% from 255 or 29.78% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCC9 is #012336. Grayscale: #E4E4E4. Windows color (decimal): -74551 or 13229310. OLE color: 13229310.

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

Color convert

RGB 254 220 201 -
CMYK 0 0.13 0.21 0.00
HSL 21.51º 0.96% 0.89% -
HSV(B) 21.51º 0.21% 1% -
XYZ 77.01 76.47 65.96 -
YUV 228 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 254 220 201 0 0.13 0.21 0.00 21.51 0.96 0.89
Hex FE DC C9 0 D 15 0 16 60 59
Octal 376 334 311 0 15 25 0 26 140 131
Binary 11111110 11011100 11001001 0 1101 10101 0 10110 1100000 1011001

Color Harmonies of #FEDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCC9

Black with #FEDCC9

Text Example


Text Example

White with #FEDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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