Html Css Color HEX #FDEBCE Blanched Almond

📋 copy color: '#FDEBCE'

red 253 ◦ green 235 ◦ blue 206

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

Shades of Blanched Almond #FDEBCE

Tints of Blanched Almond #FDEBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 29.68%

R = 36.46%
G = 33.86%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDEBCE (or 0xFDEBCE) is known color: Blanched Almond. HEX triplet: FD, EB and CE. RGB value is (253,235,206). Sum of RGB (Red+Green+Blue) = 253+235+206=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBCE is #021431. Grayscale: #EDEDED. Windows color (decimal): -136242 or 13560829. OLE color: 13560829.

HSL color Cylindrical-coordinate representation of color #FDEBCE: hue angle of 37.02º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDEBCE is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 235 206 -
CMYK 0 0.07 0.19 0.01
HSL 37.02º 0.92% 0.9% -
HSV(B) 37.02º 0.19% 0.99% -
XYZ 81.36 84.76 70.46 -
YUV 237.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 253 235 206 0 0.07 0.19 0.01 37.02 0.92 0.9
Hex FD EB CE 0 7 13 1 25 5C 5A
Octal 375 353 316 0 7 23 1 45 134 132
Binary 11111101 11101011 11001110 0 111 10011 1 100101 1011100 1011010

Color Harmonies of #FDEBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEBCE

Black with #FDEBCE

Text Example


Text Example

White with #FDEBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEBCE; }

 p { color: rgb(253,235,206); }

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

background-color css

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

 a { background-color: rgb(253,235,206); }

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

border-color css

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

 span { border-color: rgb(253,235,206); }

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