Html Css Color HEX #FDCFE7 Pig Pink

📋 copy color: '#FDCFE7'

red 253 ◦ green 207 ◦ blue 231

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

Shades of Pig Pink #FDCFE7

Tints of Pig Pink #FDCFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.43%

R = 36.61%
G = 29.96%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDCFE7 (or 0xFDCFE7) is known color: Pig Pink. HEX triplet: FD, CF and E7. RGB value is (253,207,231). Sum of RGB (Red+Green+Blue) = 253+207+231=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFE7 is #023018. Grayscale: #DFDFDF. Windows color (decimal): -143385 or 15192061. OLE color: 15192061.

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

Color convert

RGB 253 207 231 -
CMYK 0 0.18 0.09 0.01
HSL 328.7º 0.92% 0.9% -
HSV(B) 328.7º 0.18% 0.99% -
XYZ 77.24 71.28 85.29 -
YUV 223.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 253 207 231 0 0.18 0.09 0.01 328.7 0.92 0.9
Hex FD CF E7 0 12 9 1 149 5C 5A
Octal 375 317 347 0 22 11 1 511 134 132
Binary 11111101 11001111 11100111 0 10010 1001 1 101001001 1011100 1011010

Color Harmonies of #FDCFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFE7

Black with #FDCFE7

Text Example


Text Example

White with #FDCFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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