Html Css Color HEX #FDC3CF Pink

📋 copy color: '#FDC3CF'

red 253 ◦ green 195 ◦ blue 207

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

Shades of Pink #FDC3CF

Tints of Pink #FDC3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.77%

 BLUE value IS 207 (81.25% from 255) = 31.6%

R = 38.63%
G = 29.77%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDC3CF (or 0xFDC3CF) is known color: Pink. HEX triplet: FD, C3 and CF. RGB value is (253,195,207). Sum of RGB (Red+Green+Blue) = 253+195+207=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3CF is #023C30. Grayscale: #D5D5D5. Windows color (decimal): -146481 or 13616125. OLE color: 13616125.

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

Color convert

RGB 253 195 207 -
CMYK 0 0.23 0.18 0.01
HSL 347.59º 0.94% 0.88% -
HSV(B) 347.59º 0.23% 0.99% -
XYZ 71.29 64.42 67.71 -
YUV 213.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 253 195 207 0 0.23 0.18 0.01 347.59 0.94 0.88
Hex FD C3 CF 0 17 12 1 15C 5E 58
Octal 375 303 317 0 27 22 1 534 136 130
Binary 11111101 11000011 11001111 0 10111 10010 1 101011100 1011110 1011000

Color Harmonies of #FDC3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3CF

Black with #FDC3CF

Text Example


Text Example

White with #FDC3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3CF; }

 p { color: rgb(253,195,207); }

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

background-color css

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

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

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

border-color css

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

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

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