Html Css Color HEX #FDCFE0 Pig Pink

📋 copy color: '#FDCFE0'

red 253 ◦ green 207 ◦ blue 224

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

Shades of Pig Pink #FDCFE0

Tints of Pig Pink #FDCFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.75%

R = 36.99%
G = 30.26%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDCFE0 (or 0xFDCFE0) is known color: Pig Pink. HEX triplet: FD, CF and E0. RGB value is (253,207,224). Sum of RGB (Red+Green+Blue) = 253+207+224=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFE0 is #02301F. Grayscale: #DEDEDE. Windows color (decimal): -143392 or 14733309. OLE color: 14733309.

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

Color convert

RGB 253 207 224 -
CMYK 0 0.18 0.11 0.01
HSL 337.83º 0.92% 0.9% -
HSV(B) 337.83º 0.18% 0.99% -
XYZ 76.28 70.89 80.18 -
YUV 222.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 253 207 224 0 0.18 0.11 0.01 337.83 0.92 0.9
Hex FD CF E0 0 12 B 1 152 5C 5A
Octal 375 317 340 0 22 13 1 522 134 132
Binary 11111101 11001111 11100000 0 10010 1011 1 101010010 1011100 1011010

Color Harmonies of #FDCFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFE0

Black with #FDCFE0

Text Example


Text Example

White with #FDCFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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