Html Css Color HEX #FCDAE6 Pig Pink

📋 copy color: '#FCDAE6'

red 252 ◦ green 218 ◦ blue 230

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

Shades of Pig Pink #FCDAE6

Tints of Pig Pink #FCDAE6

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCDAE6 (or 0xFCDAE6) is known color: Pig Pink. HEX triplet: FC, DA and E6. RGB value is (252,218,230). Sum of RGB (Red+Green+Blue) = 252+218+230=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 230 (90.23% from 255 or 32.86% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAE6 is #032519. Grayscale: #E5E5E5. Windows color (decimal): -206106 or 15129340. OLE color: 15129340.

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

Color convert

RGB 252 218 230 -
CMYK 0 0.13 0.09 0.01
HSL 338.82º 0.85% 0.92% -
HSV(B) 338.82º 0.13% 0.99% -
XYZ 79.5 76.55 85.45 -
YUV 229.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 252 218 230 0 0.13 0.09 0.01 338.82 0.85 0.92
Hex FC DA E6 0 D 9 1 153 55 5C
Octal 374 332 346 0 15 11 1 523 125 134
Binary 11111100 11011010 11100110 0 1101 1001 1 101010011 1010101 1011100

Color Harmonies of #FCDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAE6

Black with #FCDAE6

Text Example


Text Example

White with #FCDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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