Html Css Color HEX #FCDFF2 Pig Pink

📋 copy color: '#FCDFF2'

red 252 ◦ green 223 ◦ blue 242

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

Shades of Pig Pink #FCDFF2

Tints of Pig Pink #FCDFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 33.75%

R = 35.15%
G = 31.1%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCDFF2 (or 0xFCDFF2) is known color: Pig Pink. HEX triplet: FC, DF and F2. RGB value is (252,223,242). Sum of RGB (Red+Green+Blue) = 252+223+242=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 223 (87.5% from 255 or 31.10% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFF2 is #03200D. Grayscale: #E9E9E9. Windows color (decimal): -204814 or 15917052. OLE color: 15917052.

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

Color convert

RGB 252 223 242 -
CMYK 0 0.12 0.04 0.01
HSL 320.69º 0.83% 0.93% -
HSV(B) 320.69º 0.12% 0.99% -
XYZ 82.56 79.88 95.07 -
YUV 233.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 252 223 242 0 0.12 0.04 0.01 320.69 0.83 0.93
Hex FC DF F2 0 C 4 1 141 53 5D
Octal 374 337 362 0 14 4 1 501 123 135
Binary 11111100 11011111 11110010 0 1100 100 1 101000001 1010011 1011101

Color Harmonies of #FCDFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFF2

Black with #FCDFF2

Text Example


Text Example

White with #FCDFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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