Html Css Color HEX #FEEBDD Chardon

📋 copy color: '#FEEBDD'

red 254 ◦ green 235 ◦ blue 221

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

Shades of Chardon #FEEBDD

Tints of Chardon #FEEBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.13%

R = 35.77%
G = 33.1%
B = 31.13%

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

#FEEBDD (or 0xFEEBDD) is known color: Chardon. HEX triplet: FE, EB and DD. RGB value is (254,235,221). Sum of RGB (Red+Green+Blue) = 254+235+221=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBDD is #011422. Grayscale: #EFEFEF. Windows color (decimal): -70691 or 14543870. OLE color: 14543870.

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

Color convert

RGB 254 235 221 -
CMYK 0 0.07 0.13 0.00
HSL 25.45º 0.94% 0.93% -
HSV(B) 25.45º 0.13% 1% -
XYZ 83.63 85.71 80.54 -
YUV 239.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 254 235 221 0 0.07 0.13 0.00 25.45 0.94 0.93
Hex FE EB DD 0 7 D 0 19 5E 5D
Octal 376 353 335 0 7 15 0 31 136 135
Binary 11111110 11101011 11011101 0 111 1101 0 11001 1011110 1011101

Color Harmonies of #FEEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEBDD

Black with #FEEBDD

Text Example


Text Example

White with #FEEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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