Html Css Color HEX #FDE7CF Blanched Almond

📋 copy color: '#FDE7CF'

red 253 ◦ green 231 ◦ blue 207

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

Shades of Blanched Almond #FDE7CF

Tints of Blanched Almond #FDE7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.43%

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

R = 36.61%
G = 33.43%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDE7CF (or 0xFDE7CF) is known color: Blanched Almond. HEX triplet: FD, E7 and CF. RGB value is (253,231,207). Sum of RGB (Red+Green+Blue) = 253+231+207=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 207 (81.25% from 255 or 29.96% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7CF is #021830. Grayscale: #EAEAEA. Windows color (decimal): -137265 or 13625341. OLE color: 13625341.

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

Color convert

RGB 253 231 207 -
CMYK 0 0.09 0.18 0.01
HSL 31.3º 0.92% 0.9% -
HSV(B) 31.3º 0.18% 0.99% -
XYZ 80.35 82.54 70.73 -
YUV 234.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 253 231 207 0 0.09 0.18 0.01 31.3 0.92 0.9
Hex FD E7 CF 0 9 12 1 1F 5C 5A
Octal 375 347 317 0 11 22 1 37 134 132
Binary 11111101 11100111 11001111 0 1001 10010 1 11111 1011100 1011010

Color Harmonies of #FDE7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE7CF

Black with #FDE7CF

Text Example


Text Example

White with #FDE7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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