Html Css Color HEX #FCECCF Blanched Almond

📋 copy color: '#FCECCF'

red 252 ◦ green 236 ◦ blue 207

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

Shades of Blanched Almond #FCECCF

Tints of Blanched Almond #FCECCF

RGB

 RED value IS 252 (98.83% from 255) = 36.26%

 GREEN value IS 236 (92.58% from 255) = 33.96%

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

R = 36.26%
G = 33.96%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCECCF (or 0xFCECCF) is known color: Blanched Almond. HEX triplet: FC, EC and CF. RGB value is (252,236,207). Sum of RGB (Red+Green+Blue) = 252+236+207=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECCF is #031330. Grayscale: #EDEDED. Windows color (decimal): -201521 or 13626620. OLE color: 13626620.

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

Color convert

RGB 252 236 207 -
CMYK 0 0.06 0.18 0.01
HSL 38.67º 0.88% 0.9% -
HSV(B) 38.67º 0.18% 0.99% -
XYZ 81.4 85.19 71.18 -
YUV 237.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 252 236 207 0 0.06 0.18 0.01 38.67 0.88 0.9
Hex FC EC CF 0 6 12 1 27 58 5A
Octal 374 354 317 0 6 22 1 47 130 132
Binary 11111100 11101100 11001111 0 110 10010 1 100111 1011000 1011010

Color Harmonies of #FCECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCECCF

Black with #FCECCF

Text Example


Text Example

White with #FCECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCECCF; }

 p { color: rgb(252,236,207); }

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

background-color css

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

 a { background-color: rgb(252,236,207); }

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

border-color css

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

 span { border-color: rgb(252,236,207); }

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