Html Css Color HEX #FEDFC6 Karry

📋 copy color: '#FEDFC6'

red 254 ◦ green 223 ◦ blue 198

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

Shades of Karry #FEDFC6

Tints of Karry #FEDFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 29.33%

R = 37.63%
G = 33.04%
B = 29.33%

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

#FEDFC6 (or 0xFEDFC6) is known color: Karry. HEX triplet: FE, DF and C6. RGB value is (254,223,198). Sum of RGB (Red+Green+Blue) = 254+223+198=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 198 (77.73% from 255 or 29.33% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFC6 is #012039. Grayscale: #E5E5E5. Windows color (decimal): -73786 or 13033470. OLE color: 13033470.

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

Color convert

RGB 254 223 198 -
CMYK 0 0.12 0.22 0.00
HSL 26.79º 0.97% 0.89% -
HSV(B) 26.79º 0.22% 1% -
XYZ 77.45 77.92 64.38 -
YUV 229.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 254 223 198 0 0.12 0.22 0.00 26.79 0.97 0.89
Hex FE DF C6 0 C 16 0 1B 61 59
Octal 376 337 306 0 14 26 0 33 141 131
Binary 11111110 11011111 11000110 0 1100 10110 0 11011 1100001 1011001

Color Harmonies of #FEDFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFC6

Black with #FEDFC6

Text Example


Text Example

White with #FEDFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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