Html Css Color HEX #FEDEC3 Karry

📋 copy color: '#FEDEC3'

red 254 ◦ green 222 ◦ blue 195

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

Shades of Karry #FEDEC3

Tints of Karry #FEDEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.06%

R = 37.85%
G = 33.08%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEDEC3 (or 0xFEDEC3) is known color: Karry. HEX triplet: FE, DE and C3. RGB value is (254,222,195). Sum of RGB (Red+Green+Blue) = 254+222+195=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 195 (76.56% from 255 or 29.06% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEC3 is #01213C. Grayscale: #E4E4E4. Windows color (decimal): -74045 or 12836606. OLE color: 12836606.

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

Color convert

RGB 254 222 195 -
CMYK 0 0.13 0.23 0.00
HSL 27.46º 0.97% 0.88% -
HSV(B) 27.46º 0.23% 1% -
XYZ 76.84 77.25 62.49 -
YUV 228.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 254 222 195 0 0.13 0.23 0.00 27.46 0.97 0.88
Hex FE DE C3 0 D 17 0 1B 61 58
Octal 376 336 303 0 15 27 0 33 141 130
Binary 11111110 11011110 11000011 0 1101 10111 0 11011 1100001 1011000

Color Harmonies of #FEDEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEC3

Black with #FEDEC3

Text Example


Text Example

White with #FEDEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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