Html Css Color HEX #FDEFE2 Linen

📋 copy color: '#FDEFE2'

red 253 ◦ green 239 ◦ blue 226

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

Shades of Linen #FDEFE2

Tints of Linen #FDEFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.29%

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

R = 35.24%
G = 33.29%
B = 31.48%

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

#FDEFE2 (or 0xFDEFE2) is known color: Linen. HEX triplet: FD, EF and E2. RGB value is (253,239,226). Sum of RGB (Red+Green+Blue) = 253+239+226=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 226 (88.67% from 255 or 31.48% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFE2 is #02101D. Grayscale: #F1F1F1. Windows color (decimal): -135198 or 14872573. OLE color: 14872573.

HSL color Cylindrical-coordinate representation of color #FDEFE2: hue angle of 28.89º 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 #FDEFE2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 239 226 -
CMYK 0 0.06 0.11 0.01
HSL 28.89º 0.87% 0.94% -
HSV(B) 28.89º 0.11% 0.99% -
XYZ 85.1 88.11 84.47 -
YUV 241.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 253 239 226 0 0.06 0.11 0.01 28.89 0.87 0.94
Hex FD EF E2 0 6 B 1 1D 57 5E
Octal 375 357 342 0 6 13 1 35 127 136
Binary 11111101 11101111 11100010 0 110 1011 1 11101 1010111 1011110

Color Harmonies of #FDEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEFE2

Black with #FDEFE2

Text Example


Text Example

White with #FDEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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