Html Css Color HEX #FCDAEA Pig Pink

📋 copy color: '#FCDAEA'

red 252 ◦ green 218 ◦ blue 234

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

Shades of Pig Pink #FCDAEA

Tints of Pig Pink #FCDAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.24%

R = 35.8%
G = 30.97%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCDAEA (or 0xFCDAEA) is known color: Pig Pink. HEX triplet: FC, DA and EA. RGB value is (252,218,234). Sum of RGB (Red+Green+Blue) = 252+218+234=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAEA is #032515. Grayscale: #E5E5E5. Windows color (decimal): -206102 or 15391484. OLE color: 15391484.

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

Color convert

RGB 252 218 234 -
CMYK 0 0.13 0.07 0.01
HSL 331.76º 0.85% 0.92% -
HSV(B) 331.76º 0.13% 0.99% -
XYZ 80.07 76.78 88.44 -
YUV 229.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 252 218 234 0 0.13 0.07 0.01 331.76 0.85 0.92
Hex FC DA EA 0 D 7 1 14C 55 5C
Octal 374 332 352 0 15 7 1 514 125 134
Binary 11111100 11011010 11101010 0 1101 111 1 101001100 1010101 1011100

Color Harmonies of #FCDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAEA

Black with #FCDAEA

Text Example


Text Example

White with #FCDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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