Html Css Color HEX #FEEBDC Chardon

📋 copy color: '#FEEBDC'

red 254 ◦ green 235 ◦ blue 220

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

Shades of Chardon #FEEBDC

Tints of Chardon #FEEBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.15%

 BLUE value IS 220 (86.33% from 255) = 31.03%

R = 35.83%
G = 33.15%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEEBDC (or 0xFEEBDC) is known color: Chardon. HEX triplet: FE, EB and DC. RGB value is (254,235,220). Sum of RGB (Red+Green+Blue) = 254+235+220=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBDC is #011423. Grayscale: #EFEFEF. Windows color (decimal): -70692 or 14478334. OLE color: 14478334.

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

Color convert

RGB 254 235 220 -
CMYK 0 0.07 0.13 0.00
HSL 26.47º 0.94% 0.93% -
HSV(B) 26.47º 0.13% 1% -
XYZ 83.5 85.65 79.84 -
YUV 238.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 254 235 220 0 0.07 0.13 0.00 26.47 0.94 0.93
Hex FE EB DC 0 7 D 0 1A 5E 5D
Octal 376 353 334 0 7 15 0 32 136 135
Binary 11111110 11101011 11011100 0 111 1101 0 11010 1011110 1011101

Color Harmonies of #FEEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEBDC

Black with #FEEBDC

Text Example


Text Example

White with #FEEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEBDC; }

 p { color: rgb(254,235,220); }

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

background-color css

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

 a { background-color: rgb(254,235,220); }

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

border-color css

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

 span { border-color: rgb(254,235,220); }

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