Html Css Color HEX #FCE5DE Bridesmaid

📋 copy color: '#FCE5DE'

red 252 ◦ green 229 ◦ blue 222

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

Shades of Bridesmaid #FCE5DE

Tints of Bridesmaid #FCE5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.58%

R = 35.85%
G = 32.57%
B = 31.58%

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

#FCE5DE (or 0xFCE5DE) is known color: Bridesmaid. HEX triplet: FC, E5 and DE. RGB value is (252,229,222). Sum of RGB (Red+Green+Blue) = 252+229+222=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 222 (87.11% from 255 or 31.58% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5DE is #031A21. Grayscale: #EBEBEB. Windows color (decimal): -203298 or 14607868. OLE color: 14607868.

HSL color Cylindrical-coordinate representation of color #FCE5DE: hue angle of 14º 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 #FCE5DE is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 222 -
CMYK 0 0.09 0.12 0.01
HSL 14º 0.83% 0.93% -
HSV(B) 14º 0.12% 0.99% -
XYZ 81.35 82.01 80.65 -
YUV 235.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 252 229 222 0 0.09 0.12 0.01 14 0.83 0.93
Hex FC E5 DE 0 9 C 1 E 53 5D
Octal 374 345 336 0 11 14 1 16 123 135
Binary 11111100 11100101 11011110 0 1001 1100 1 1110 1010011 1011101

Color Harmonies of #FCE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5DE

Black with #FCE5DE

Text Example


Text Example

White with #FCE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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