Html Css Color HEX #FCDAED Pig Pink

📋 copy color: '#FCDAED'

red 252 ◦ green 218 ◦ blue 237

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

Shades of Pig Pink #FCDAED

Tints of Pig Pink #FCDAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.52%

R = 35.64%
G = 30.83%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCDAED (or 0xFCDAED) is known color: Pig Pink. HEX triplet: FC, DA and ED. RGB value is (252,218,237). Sum of RGB (Red+Green+Blue) = 252+218+237=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAED is #032512. Grayscale: #E6E6E6. Windows color (decimal): -206099 or 15588092. OLE color: 15588092.

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

Color convert

RGB 252 218 237 -
CMYK 0 0.13 0.06 0.01
HSL 326.47º 0.85% 0.92% -
HSV(B) 326.47º 0.13% 0.99% -
XYZ 80.5 76.95 90.73 -
YUV 230.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 252 218 237 0 0.13 0.06 0.01 326.47 0.85 0.92
Hex FC DA ED 0 D 6 1 146 55 5C
Octal 374 332 355 0 15 6 1 506 125 134
Binary 11111100 11011010 11101101 0 1101 110 1 101000110 1010101 1011100

Color Harmonies of #FCDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAED

Black with #FCDAED

Text Example


Text Example

White with #FCDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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