Html Css Color HEX #FCE2DC Bridesmaid

📋 copy color: '#FCE2DC'

red 252 ◦ green 226 ◦ blue 220

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

Shades of Bridesmaid #FCE2DC

Tints of Bridesmaid #FCE2DC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.38%

 BLUE value IS 220 (86.33% from 255) = 31.52%

R = 36.1%
G = 32.38%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCE2DC (or 0xFCE2DC) is known color: Bridesmaid. HEX triplet: FC, E2 and DC. RGB value is (252,226,220). Sum of RGB (Red+Green+Blue) = 252+226+220=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2DC is #031D23. Grayscale: #E9E9E9. Windows color (decimal): -204068 or 14476028. OLE color: 14476028.

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

Color convert

RGB 252 226 220 -
CMYK 0 0.10 0.13 0.01
HSL 11.25º 0.84% 0.93% -
HSV(B) 11.25º 0.13% 0.99% -
XYZ 80.26 80.26 78.97 -
YUV 233.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 252 226 220 0 0.10 0.13 0.01 11.25 0.84 0.93
Hex FC E2 DC 0 A D 1 B 54 5D
Octal 374 342 334 0 12 15 1 13 124 135
Binary 11111100 11100010 11011100 0 1010 1101 1 1011 1010100 1011101

Color Harmonies of #FCE2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2DC

Black with #FCE2DC

Text Example


Text Example

White with #FCE2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2DC; }

 p { color: rgb(252,226,220); }

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

background-color css

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

 a { background-color: rgb(252,226,220); }

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

border-color css

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

 span { border-color: rgb(252,226,220); }

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