Html Css Color HEX #FDC4C4 Your Pink

📋 copy color: '#FDC4C4'

red 253 ◦ green 196 ◦ blue 196

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

Shades of Your Pink #FDC4C4

Tints of Your Pink #FDC4C4

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.39%

 BLUE value IS 196 (76.95% from 255) = 30.39%

R = 39.22%
G = 30.39%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDC4C4 (or 0xFDC4C4) is known color: Your Pink. HEX triplet: FD, C4 and C4. RGB value is (253,196,196). Sum of RGB (Red+Green+Blue) = 253+196+196=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 196 (76.95% from 255 or 30.39% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4C4 is #023B3B. Grayscale: #D5D5D5. Windows color (decimal): -146236 or 12895485. OLE color: 12895485.

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

Color convert

RGB 253 196 196 -
CMYK 0 0.23 0.23 0.01
HSL 0.93% 0.88% -
HSV(B) 0.23% 0.99% -
XYZ 70.21 64.35 60.94 -
YUV 213.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 253 196 196 0 0.23 0.23 0.01 0 0.93 0.88
Hex FD C4 C4 0 17 17 1 0 5D 58
Octal 375 304 304 0 27 27 1 0 135 130
Binary 11111101 11000100 11000100 0 10111 10111 1 0 1011101 1011000

Color Harmonies of #FDC4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4C4

Black with #FDC4C4

Text Example


Text Example

White with #FDC4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4C4; }

 p { color: rgb(253,196,196); }

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

background-color css

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

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

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

border-color css

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

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

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