Html Css Color HEX #FDCDE0 Pig Pink

📋 copy color: '#FDCDE0'

red 253 ◦ green 205 ◦ blue 224

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

Shades of Pig Pink #FDCDE0

Tints of Pig Pink #FDCDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.06%

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

R = 37.1%
G = 30.06%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDCDE0 (or 0xFDCDE0) is known color: Pig Pink. HEX triplet: FD, CD and E0. RGB value is (253,205,224). Sum of RGB (Red+Green+Blue) = 253+205+224=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDE0 is #02321F. Grayscale: #DDDDDD. Windows color (decimal): -143904 or 14732797. OLE color: 14732797.

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

Color convert

RGB 253 205 224 -
CMYK 0 0.19 0.11 0.01
HSL 336.25º 0.92% 0.9% -
HSV(B) 336.25º 0.19% 0.99% -
XYZ 75.79 69.93 80.02 -
YUV 221.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 253 205 224 0 0.19 0.11 0.01 336.25 0.92 0.9
Hex FD CD E0 0 13 B 1 150 5C 5A
Octal 375 315 340 0 23 13 1 520 134 132
Binary 11111101 11001101 11100000 0 10011 1011 1 101010000 1011100 1011010

Color Harmonies of #FDCDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDE0

Black with #FDCDE0

Text Example


Text Example

White with #FDCDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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