Html Css Color HEX #FDEBCF Blanched Almond

📋 copy color: '#FDEBCF'

red 253 ◦ green 235 ◦ blue 207

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

Shades of Blanched Almond #FDEBCF

Tints of Blanched Almond #FDEBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.78%

R = 36.4%
G = 33.81%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDEBCF (or 0xFDEBCF) is known color: Blanched Almond. HEX triplet: FD, EB and CF. RGB value is (253,235,207). Sum of RGB (Red+Green+Blue) = 253+235+207=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBCF is #021430. Grayscale: #EDEDED. Windows color (decimal): -136241 or 13626365. OLE color: 13626365.

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

Color convert

RGB 253 235 207 -
CMYK 0 0.07 0.18 0.01
HSL 36.52º 0.92% 0.9% -
HSV(B) 36.52º 0.18% 0.99% -
XYZ 81.48 84.8 71.11 -
YUV 237.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 253 235 207 0 0.07 0.18 0.01 36.52 0.92 0.9
Hex FD EB CF 0 7 12 1 25 5C 5A
Octal 375 353 317 0 7 22 1 45 134 132
Binary 11111101 11101011 11001111 0 111 10010 1 100101 1011100 1011010

Color Harmonies of #FDEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEBCF

Black with #FDEBCF

Text Example


Text Example

White with #FDEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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