Html Css Color HEX #FDCFDE Pig Pink

📋 copy color: '#FDCFDE'

red 253 ◦ green 207 ◦ blue 222

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

Shades of Pig Pink #FDCFDE

Tints of Pig Pink #FDCFDE

RGB

 RED value IS 253 (99.22% from 255) = 37.1%

 GREEN value IS 207 (81.25% from 255) = 30.35%

 BLUE value IS 222 (87.11% from 255) = 32.55%

R = 37.1%
G = 30.35%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDCFDE (or 0xFDCFDE) is known color: Pig Pink. HEX triplet: FD, CF and DE. RGB value is (253,207,222). Sum of RGB (Red+Green+Blue) = 253+207+222=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDE is #023021. Grayscale: #DEDEDE. Windows color (decimal): -143394 or 14602237. OLE color: 14602237.

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

Color convert

RGB 253 207 222 -
CMYK 0 0.18 0.12 0.01
HSL 340.43º 0.92% 0.9% -
HSV(B) 340.43º 0.18% 0.99% -
XYZ 76.01 70.78 78.76 -
YUV 222.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 253 207 222 0 0.18 0.12 0.01 340.43 0.92 0.9
Hex FD CF DE 0 12 C 1 154 5C 5A
Octal 375 317 336 0 22 14 1 524 134 132
Binary 11111101 11001111 11011110 0 10010 1100 1 101010100 1011100 1011010

Color Harmonies of #FDCFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFDE

Black with #FDCFDE

Text Example


Text Example

White with #FDCFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFDE; }

 p { color: rgb(253,207,222); }

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

background-color css

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

 a { background-color: rgb(253,207,222); }

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

border-color css

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

 span { border-color: rgb(253,207,222); }

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