Html Css Color HEX #FDCFE8 Pig Pink

📋 copy color: '#FDCFE8'

red 253 ◦ green 207 ◦ blue 232

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

Shades of Pig Pink #FDCFE8

Tints of Pig Pink #FDCFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 33.53%

R = 36.56%
G = 29.91%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDCFE8 (or 0xFDCFE8) is known color: Pig Pink. HEX triplet: FD, CF and E8. RGB value is (253,207,232). Sum of RGB (Red+Green+Blue) = 253+207+232=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFE8 is #023017. Grayscale: #DFDFDF. Windows color (decimal): -143384 or 15257597. OLE color: 15257597.

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

Color convert

RGB 253 207 232 -
CMYK 0 0.18 0.08 0.01
HSL 327.39º 0.92% 0.9% -
HSV(B) 327.39º 0.18% 0.99% -
XYZ 77.39 71.33 86.03 -
YUV 223.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 253 207 232 0 0.18 0.08 0.01 327.39 0.92 0.9
Hex FD CF E8 0 12 8 1 147 5C 5A
Octal 375 317 350 0 22 10 1 507 134 132
Binary 11111101 11001111 11101000 0 10010 1000 1 101000111 1011100 1011010

Color Harmonies of #FDCFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFE8

Black with #FDCFE8

Text Example


Text Example

White with #FDCFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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