Html Css Color HEX #FEDDC3 Karry

📋 copy color: '#FEDDC3'

red 254 ◦ green 221 ◦ blue 195

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

Shades of Karry #FEDDC3

Tints of Karry #FEDDC3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.99%

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

R = 37.91%
G = 32.99%
B = 29.1%

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

#FEDDC3 (or 0xFEDDC3) is known color: Karry. HEX triplet: FE, DD and C3. RGB value is (254,221,195). Sum of RGB (Red+Green+Blue) = 254+221+195=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 195 (76.56% from 255 or 29.10% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDC3 is #01223C. Grayscale: #E4E4E4. Windows color (decimal): -74301 or 12836350. OLE color: 12836350.

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

Color convert

RGB 254 221 195 -
CMYK 0 0.13 0.23 0.00
HSL 26.44º 0.97% 0.88% -
HSV(B) 26.44º 0.23% 1% -
XYZ 76.58 76.72 62.4 -
YUV 227.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 254 221 195 0 0.13 0.23 0.00 26.44 0.97 0.88
Hex FE DD C3 0 D 17 0 1A 61 58
Octal 376 335 303 0 15 27 0 32 141 130
Binary 11111110 11011101 11000011 0 1101 10111 0 11010 1100001 1011000

Color Harmonies of #FEDDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDC3

Black with #FEDDC3

Text Example


Text Example

White with #FEDDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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