Html Css Color HEX #FCDAEF Pig Pink

📋 copy color: '#FCDAEF'

red 252 ◦ green 218 ◦ blue 239

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

Shades of Pig Pink #FCDAEF

Tints of Pig Pink #FCDAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.71%

R = 35.54%
G = 30.75%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCDAEF (or 0xFCDAEF) is known color: Pig Pink. HEX triplet: FC, DA and EF. RGB value is (252,218,239). Sum of RGB (Red+Green+Blue) = 252+218+239=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAEF is #032510. Grayscale: #E6E6E6. Windows color (decimal): -206097 or 15719164. OLE color: 15719164.

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

Color convert

RGB 252 218 239 -
CMYK 0 0.13 0.05 0.01
HSL 322.94º 0.85% 0.92% -
HSV(B) 322.94º 0.13% 0.99% -
XYZ 80.8 77.07 92.28 -
YUV 230.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 252 218 239 0 0.13 0.05 0.01 322.94 0.85 0.92
Hex FC DA EF 0 D 5 1 143 55 5C
Octal 374 332 357 0 15 5 1 503 125 134
Binary 11111100 11011010 11101111 0 1101 101 1 101000011 1010101 1011100

Color Harmonies of #FCDAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAEF

Black with #FCDAEF

Text Example


Text Example

White with #FCDAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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