Html Css Color HEX #FCE4DA Bridesmaid

📋 copy color: '#FCE4DA'

red 252 ◦ green 228 ◦ blue 218

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

Shades of Bridesmaid #FCE4DA

Tints of Bridesmaid #FCE4DA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.66%

 BLUE value IS 218 (85.55% from 255) = 31.23%

R = 36.1%
G = 32.66%
B = 31.23%

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

#FCE4DA (or 0xFCE4DA) is known color: Bridesmaid. HEX triplet: FC, E4 and DA. RGB value is (252,228,218). Sum of RGB (Red+Green+Blue) = 252+228+218=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4DA is #031B25. Grayscale: #EAEAEA. Windows color (decimal): -203558 or 14345468. OLE color: 14345468.

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

Color convert

RGB 252 228 218 -
CMYK 0 0.10 0.13 0.01
HSL 17.65º 0.85% 0.92% -
HSV(B) 17.65º 0.13% 0.99% -
XYZ 80.54 81.24 77.77 -
YUV 234.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 252 228 218 0 0.10 0.13 0.01 17.65 0.85 0.92
Hex FC E4 DA 0 A D 1 12 55 5C
Octal 374 344 332 0 12 15 1 22 125 134
Binary 11111100 11100100 11011010 0 1010 1101 1 10010 1010101 1011100

Color Harmonies of #FCE4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE4DA

Black with #FCE4DA

Text Example


Text Example

White with #FCE4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE4DA; }

 p { color: rgb(252,228,218); }

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

background-color css

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

 a { background-color: rgb(252,228,218); }

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

border-color css

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

 span { border-color: rgb(252,228,218); }

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