Html Css Color HEX #FEDDBE Karry

📋 copy color: '#FEDDBE'

red 254 ◦ green 221 ◦ blue 190

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

Shades of Karry #FEDDBE

Tints of Karry #FEDDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.57%

R = 38.2%
G = 33.23%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEDDBE (or 0xFEDDBE) is known color: Karry. HEX triplet: FE, DD and BE. RGB value is (254,221,190). Sum of RGB (Red+Green+Blue) = 254+221+190=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDBE is #012241. Grayscale: #E3E3E3. Windows color (decimal): -74306 or 12508670. OLE color: 12508670.

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

Color convert

RGB 254 221 190 -
CMYK 0 0.13 0.25 0.00
HSL 29.06º 0.97% 0.87% -
HSV(B) 29.06º 0.25% 1% -
XYZ 76.02 76.5 59.47 -
YUV 227.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 254 221 190 0 0.13 0.25 0.00 29.06 0.97 0.87
Hex FE DD BE 0 D 19 0 1D 61 57
Octal 376 335 276 0 15 31 0 35 141 127
Binary 11111110 11011101 10111110 0 1101 11001 0 11101 1100001 1010111

Color Harmonies of #FEDDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDBE

Black with #FEDDBE

Text Example


Text Example

White with #FEDDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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