Html Css Color HEX #FCDAE7 Pig Pink

📋 copy color: '#FCDAE7'

red 252 ◦ green 218 ◦ blue 231

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

Shades of Pig Pink #FCDAE7

Tints of Pig Pink #FCDAE7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.1%

 BLUE value IS 231 (90.63% from 255) = 32.95%

R = 35.95%
G = 31.1%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCDAE7 (or 0xFCDAE7) is known color: Pig Pink. HEX triplet: FC, DA and E7. RGB value is (252,218,231). Sum of RGB (Red+Green+Blue) = 252+218+231=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 231 (90.62% from 255 or 32.95% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAE7 is #032518. Grayscale: #E5E5E5. Windows color (decimal): -206105 or 15194876. OLE color: 15194876.

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

Color convert

RGB 252 218 231 -
CMYK 0 0.13 0.08 0.01
HSL 337.06º 0.85% 0.92% -
HSV(B) 337.06º 0.13% 0.99% -
XYZ 79.64 76.61 86.19 -
YUV 229.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 252 218 231 0 0.13 0.08 0.01 337.06 0.85 0.92
Hex FC DA E7 0 D 8 1 151 55 5C
Octal 374 332 347 0 15 10 1 521 125 134
Binary 11111100 11011010 11100111 0 1101 1000 1 101010001 1010101 1011100

Color Harmonies of #FCDAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAE7

Black with #FCDAE7

Text Example


Text Example

White with #FCDAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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