Html Css Color HEX #FDEDE2 Chardon

📋 copy color: '#FDEDE2'

red 253 ◦ green 237 ◦ blue 226

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

Shades of Chardon #FDEDE2

Tints of Chardon #FDEDE2

RGB

 RED value IS 253 (99.22% from 255) = 35.34%

 GREEN value IS 237 (92.97% from 255) = 33.1%

 BLUE value IS 226 (88.67% from 255) = 31.56%

R = 35.34%
G = 33.1%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDEDE2 (or 0xFDEDE2) is known color: Chardon. HEX triplet: FD, ED and E2. RGB value is (253,237,226). Sum of RGB (Red+Green+Blue) = 253+237+226=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 226 (88.67% from 255 or 31.56% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDE2 is #02121D. Grayscale: #F0F0F0. Windows color (decimal): -135710 or 14872061. OLE color: 14872061.

HSL color Cylindrical-coordinate representation of color #FDEDE2: hue angle of 24.44º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDEDE2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 237 226 -
CMYK 0 0.06 0.11 0.01
HSL 24.44º 0.87% 0.94% -
HSV(B) 24.44º 0.11% 0.99% -
XYZ 84.52 86.94 84.28 -
YUV 240.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 253 237 226 0 0.06 0.11 0.01 24.44 0.87 0.94
Hex FD ED E2 0 6 B 1 18 57 5E
Octal 375 355 342 0 6 13 1 30 127 136
Binary 11111101 11101101 11100010 0 110 1011 1 11000 1010111 1011110

Color Harmonies of #FDEDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDE2

Black with #FDEDE2

Text Example


Text Example

White with #FDEDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDE2; }

 p { color: rgb(253,237,226); }

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

background-color css

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

 a { background-color: rgb(253,237,226); }

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

border-color css

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

 span { border-color: rgb(253,237,226); }

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