Html Css Color HEX #FCE5DF Bridesmaid

📋 copy color: '#FCE5DF'

red 252 ◦ green 229 ◦ blue 223

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

Shades of Bridesmaid #FCE5DF

Tints of Bridesmaid #FCE5DF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.53%

 BLUE value IS 223 (87.5% from 255) = 31.68%

R = 35.8%
G = 32.53%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCE5DF (or 0xFCE5DF) is known color: Bridesmaid. HEX triplet: FC, E5 and DF. RGB value is (252,229,223). Sum of RGB (Red+Green+Blue) = 252+229+223=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 223 (87.5% from 255 or 31.68% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5DF is #031A20. Grayscale: #EBEBEB. Windows color (decimal): -203297 or 14673404. OLE color: 14673404.

HSL color Cylindrical-coordinate representation of color #FCE5DF: hue angle of 12.41º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCE5DF is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 223 -
CMYK 0 0.09 0.12 0.01
HSL 12.41º 0.83% 0.93% -
HSV(B) 12.41º 0.12% 0.99% -
XYZ 81.48 82.06 81.36 -
YUV 235.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 252 229 223 0 0.09 0.12 0.01 12.41 0.83 0.93
Hex FC E5 DF 0 9 C 1 C 53 5D
Octal 374 345 337 0 11 14 1 14 123 135
Binary 11111100 11100101 11011111 0 1001 1100 1 1100 1010011 1011101

Color Harmonies of #FCE5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5DF

Black with #FCE5DF

Text Example


Text Example

White with #FCE5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5DF; }

 p { color: rgb(252,229,223); }

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

background-color css

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

 a { background-color: rgb(252,229,223); }

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

border-color css

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

 span { border-color: rgb(252,229,223); }

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