Html Css Color HEX #FDCDC1 Your Pink

📋 copy color: '#FDCDC1'

red 253 ◦ green 205 ◦ blue 193

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

Shades of Your Pink #FDCDC1

Tints of Your Pink #FDCDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.65%

R = 38.86%
G = 31.49%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FDCDC1 (or 0xFDCDC1) is known color: Your Pink. HEX triplet: FD, CD and C1. RGB value is (253,205,193). Sum of RGB (Red+Green+Blue) = 253+205+193=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC1 is #02323E. Grayscale: #DADADA. Windows color (decimal): -143935 or 12701181. OLE color: 12701181.

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

Color convert

RGB 253 205 193 -
CMYK 0 0.19 0.24 0.01
HSL 12º 0.94% 0.87% -
HSV(B) 12º 0.24% 0.99% -
XYZ 71.96 68.4 59.86 -
YUV 217.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 253 205 193 0 0.19 0.24 0.01 12 0.94 0.87
Hex FD CD C1 0 13 18 1 C 5E 57
Octal 375 315 301 0 23 30 1 14 136 127
Binary 11111101 11001101 11000001 0 10011 11000 1 1100 1011110 1010111

Color Harmonies of #FDCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDC1

Black with #FDCDC1

Text Example


Text Example

White with #FDCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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