Html Css Color HEX #FCECCD Blanched Almond

📋 copy color: '#FCECCD'

red 252 ◦ green 236 ◦ blue 205

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

Shades of Blanched Almond #FCECCD

Tints of Blanched Almond #FCECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 29.58%

R = 36.36%
G = 34.05%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCECCD (or 0xFCECCD) is known color: Blanched Almond. HEX triplet: FC, EC and CD. RGB value is (252,236,205). Sum of RGB (Red+Green+Blue) = 252+236+205=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECCD is #031332. Grayscale: #EDEDED. Windows color (decimal): -201523 or 13495548. OLE color: 13495548.

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

Color convert

RGB 252 236 205 -
CMYK 0 0.06 0.19 0.01
HSL 39.57º 0.89% 0.9% -
HSV(B) 39.57º 0.19% 0.99% -
XYZ 81.16 85.09 69.9 -
YUV 237.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 252 236 205 0 0.06 0.19 0.01 39.57 0.89 0.9
Hex FC EC CD 0 6 13 1 28 59 5A
Octal 374 354 315 0 6 23 1 50 131 132
Binary 11111100 11101100 11001101 0 110 10011 1 101000 1011001 1011010

Color Harmonies of #FCECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCECCD

Black with #FCECCD

Text Example


Text Example

White with #FCECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCECCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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