Html Css Color HEX #FCDFF0 Pig Pink

📋 copy color: '#FCDFF0'

red 252 ◦ green 223 ◦ blue 240

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

Shades of Pig Pink #FCDFF0

Tints of Pig Pink #FCDFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.19%

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

R = 35.24%
G = 31.19%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCDFF0 (or 0xFCDFF0) is known color: Pig Pink. HEX triplet: FC, DF and F0. RGB value is (252,223,240). Sum of RGB (Red+Green+Blue) = 252+223+240=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 223 (87.5% from 255 or 31.19% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFF0 is #03200F. Grayscale: #E9E9E9. Windows color (decimal): -204816 or 15785980. OLE color: 15785980.

HSL color Cylindrical-coordinate representation of color #FCDFF0: hue angle of 324.83º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDFF0 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 223 240 -
CMYK 0 0.12 0.05 0.01
HSL 324.83º 0.83% 0.93% -
HSV(B) 324.83º 0.12% 0.99% -
XYZ 82.26 79.76 93.5 -
YUV 233.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 252 223 240 0 0.12 0.05 0.01 324.83 0.83 0.93
Hex FC DF F0 0 C 5 1 145 53 5D
Octal 374 337 360 0 14 5 1 505 123 135
Binary 11111100 11011111 11110000 0 1100 101 1 101000101 1010011 1011101

Color Harmonies of #FCDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFF0

Black with #FCDFF0

Text Example


Text Example

White with #FCDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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