Html Css Color HEX #FCDAF0 Pig Pink

📋 copy color: '#FCDAF0'

red 252 ◦ green 218 ◦ blue 240

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

Shades of Pig Pink #FCDAF0

Tints of Pig Pink #FCDAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 33.8%

R = 35.49%
G = 30.7%
B = 33.8%

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

#FCDAF0 (or 0xFCDAF0) is known color: Pig Pink. HEX triplet: FC, DA and F0. RGB value is (252,218,240). Sum of RGB (Red+Green+Blue) = 252+218+240=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAF0 is #03250F. Grayscale: #E6E6E6. Windows color (decimal): -206096 or 15784700. OLE color: 15784700.

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

Color convert

RGB 252 218 240 -
CMYK 0 0.13 0.05 0.01
HSL 321.18º 0.85% 0.92% -
HSV(B) 321.18º 0.13% 0.99% -
XYZ 80.94 77.13 93.06 -
YUV 230.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 252 218 240 0 0.13 0.05 0.01 321.18 0.85 0.92
Hex FC DA F0 0 D 5 1 141 55 5C
Octal 374 332 360 0 15 5 1 501 125 134
Binary 11111100 11011010 11110000 0 1101 101 1 101000001 1010101 1011100

Color Harmonies of #FCDAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAF0

Black with #FCDAF0

Text Example


Text Example

White with #FCDAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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