Html Css Color HEX #FCE6DA Provincial Pink

📋 copy color: '#FCE6DA'

red 252 ◦ green 230 ◦ blue 218

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

Shades of Provincial Pink #FCE6DA

Tints of Provincial Pink #FCE6DA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.86%

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

R = 36%
G = 32.86%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCE6DA (or 0xFCE6DA) is known color: Provincial Pink. HEX triplet: FC, E6 and DA. RGB value is (252,230,218). Sum of RGB (Red+Green+Blue) = 252+230+218=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 230 (90.23% from 255 or 32.86% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6DA is #031925. Grayscale: #EBEBEB. Windows color (decimal): -203046 or 14345980. OLE color: 14345980.

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

Color convert

RGB 252 230 218 -
CMYK 0 0.09 0.13 0.01
HSL 21.18º 0.85% 0.92% -
HSV(B) 21.18º 0.13% 0.99% -
XYZ 81.1 82.35 77.95 -
YUV 235.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 252 230 218 0 0.09 0.13 0.01 21.18 0.85 0.92
Hex FC E6 DA 0 9 D 1 15 55 5C
Octal 374 346 332 0 11 15 1 25 125 134
Binary 11111100 11100110 11011010 0 1001 1101 1 10101 1010101 1011100

Color Harmonies of #FCE6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6DA

Black with #FCE6DA

Text Example


Text Example

White with #FCE6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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