Html Css Color HEX #FCECDB Bridal Heath

📋 copy color: '#FCECDB'

red 252 ◦ green 236 ◦ blue 219

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

Shades of Bridal Heath #FCECDB

Tints of Bridal Heath #FCECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 30.98%

R = 35.64%
G = 33.38%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCECDB (or 0xFCECDB) is known color: Bridal Heath. HEX triplet: FC, EC and DB. RGB value is (252,236,219). Sum of RGB (Red+Green+Blue) = 252+236+219=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 219 (85.94% from 255 or 30.98% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECDB is #031324. Grayscale: #EEEEEE. Windows color (decimal): -201509 or 14413052. OLE color: 14413052.

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

Color convert

RGB 252 236 219 -
CMYK 0 0.06 0.13 0.01
HSL 30.91º 0.85% 0.92% -
HSV(B) 30.91º 0.13% 0.99% -
XYZ 82.93 85.8 79.21 -
YUV 238.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 252 236 219 0 0.06 0.13 0.01 30.91 0.85 0.92
Hex FC EC DB 0 6 D 1 1F 55 5C
Octal 374 354 333 0 6 15 1 37 125 134
Binary 11111100 11101100 11011011 0 110 1101 1 11111 1010101 1011100

Color Harmonies of #FCECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCECDB

Black with #FCECDB

Text Example


Text Example

White with #FCECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCECDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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