Html Css Color HEX #FEDFCC Karry

📋 copy color: '#FEDFCC'

red 254 ◦ green 223 ◦ blue 204

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

Shades of Karry #FEDFCC

Tints of Karry #FEDFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.96%

R = 37.3%
G = 32.75%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEDFCC (or 0xFEDFCC) is known color: Karry. HEX triplet: FE, DF and CC. RGB value is (254,223,204). Sum of RGB (Red+Green+Blue) = 254+223+204=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFCC is #012033. Grayscale: #E6E6E6. Windows color (decimal): -73780 or 13426686. OLE color: 13426686.

HSL color Cylindrical-coordinate representation of color #FEDFCC: hue angle of 22.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEDFCC is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 223 204 -
CMYK 0 0.12 0.20 0.00
HSL 22.8º 0.96% 0.9% -
HSV(B) 22.8º 0.2% 1% -
XYZ 78.16 78.21 68.1 -
YUV 230.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 254 223 204 0 0.12 0.20 0.00 22.8 0.96 0.9
Hex FE DF CC 0 C 14 0 17 60 5A
Octal 376 337 314 0 14 24 0 27 140 132
Binary 11111110 11011111 11001100 0 1100 10100 0 10111 1100000 1011010

Color Harmonies of #FEDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFCC

Black with #FEDFCC

Text Example


Text Example

White with #FEDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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