Html Css Color HEX #FDC4CE Pink

📋 copy color: '#FDC4CE'

red 253 ◦ green 196 ◦ blue 206

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

Shades of Pink #FDC4CE

Tints of Pink #FDC4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.45%

R = 38.63%
G = 29.92%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDC4CE (or 0xFDC4CE) is known color: Pink. HEX triplet: FD, C4 and CE. RGB value is (253,196,206). Sum of RGB (Red+Green+Blue) = 253+196+206=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4CE is #023B31. Grayscale: #D6D6D6. Windows color (decimal): -146226 or 13550845. OLE color: 13550845.

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

Color convert

RGB 253 196 206 -
CMYK 0 0.23 0.19 0.01
HSL 349.47º 0.93% 0.88% -
HSV(B) 349.47º 0.23% 0.99% -
XYZ 71.39 64.82 67.14 -
YUV 214.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 253 196 206 0 0.23 0.19 0.01 349.47 0.93 0.88
Hex FD C4 CE 0 17 13 1 15D 5D 58
Octal 375 304 316 0 27 23 1 535 135 130
Binary 11111101 11000100 11001110 0 10111 10011 1 101011101 1011101 1011000

Color Harmonies of #FDC4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4CE

Black with #FDC4CE

Text Example


Text Example

White with #FDC4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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