Html Css Color HEX #FDCEDE Pig Pink

📋 copy color: '#FDCEDE'

red 253 ◦ green 206 ◦ blue 222

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

Shades of Pig Pink #FDCEDE

Tints of Pig Pink #FDCEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.25%

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

R = 37.15%
G = 30.25%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDCEDE (or 0xFDCEDE) is known color: Pig Pink. HEX triplet: FD, CE and DE. RGB value is (253,206,222). Sum of RGB (Red+Green+Blue) = 253+206+222=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEDE is #023121. Grayscale: #DDDDDD. Windows color (decimal): -143650 or 14601981. OLE color: 14601981.

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

Color convert

RGB 253 206 222 -
CMYK 0 0.19 0.12 0.01
HSL 339.57º 0.92% 0.9% -
HSV(B) 339.57º 0.19% 0.99% -
XYZ 75.76 70.3 78.68 -
YUV 221.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 253 206 222 0 0.19 0.12 0.01 339.57 0.92 0.9
Hex FD CE DE 0 13 C 1 154 5C 5A
Octal 375 316 336 0 23 14 1 524 134 132
Binary 11111101 11001110 11011110 0 10011 1100 1 101010100 1011100 1011010

Color Harmonies of #FDCEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEDE

Black with #FDCEDE

Text Example


Text Example

White with #FDCEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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