Html Css Color HEX #FFEBCF Blanched Almond

📋 copy color: '#FFEBCF'

red 255 ◦ green 235 ◦ blue 207

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

Shades of Blanched Almond #FFEBCF

Tints of Blanched Almond #FFEBCF

RGB

 RED value IS 255 (100% from 255) = 36.59%

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

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

R = 36.59%
G = 33.72%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFEBCF (or 0xFFEBCF) is known color: Blanched Almond. HEX triplet: FF, EB and CF. RGB value is (255,235,207). Sum of RGB (Red+Green+Blue) = 255+235+207=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 207 (81.25% from 255 or 29.70% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBCF is #001430. Grayscale: #EDEDED. Windows color (decimal): -5169 or 13626367. OLE color: 13626367.

HSL color Cylindrical-coordinate representation of color #FFEBCF: hue angle of 35º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFEBCF is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 255 235 207 -
CMYK 0 0.08 0.19 0
HSL 35º 1% 0.91% -
HSV(B) 35º 0.19% 1% -
XYZ 82.21 85.18 71.14 -
YUV 237.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 255 235 207 0 0.08 0.19 0 35 1 0.91
Hex FF EB CF 0 8 13 0 23 64 5B
Octal 377 353 317 0 10 23 0 43 144 133
Binary 11111111 11101011 11001111 0 1000 10011 0 100011 1100100 1011011

Color Harmonies of #FFEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEBCF

Black with #FFEBCF

Text Example


Text Example

White with #FFEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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