Html Css Color HEX #FFC5CD Pink

📋 copy color: '#FFC5CD'

red 255 ◦ green 197 ◦ blue 205

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

Shades of Pink #FFC5CD

Tints of Pink #FFC5CD

RGB

 RED value IS 255 (100% from 255) = 38.81%

 GREEN value IS 197 (77.34% from 255) = 29.98%

 BLUE value IS 205 (80.47% from 255) = 31.2%

R = 38.81%
G = 29.98%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFC5CD (or 0xFFC5CD) is known color: Pink. HEX triplet: FF, C5 and CD. RGB value is (255,197,205). Sum of RGB (Red+Green+Blue) = 255+197+205=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5CD is #003A32. Grayscale: #D7D7D7. Windows color (decimal): -14899 or 13485567. OLE color: 13485567.

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

Color convert

RGB 255 197 205 -
CMYK 0 0.23 0.20 0
HSL 351.72º 1% 0.89% -
HSV(B) 351.72º 0.23% 1% -
XYZ 72.23 65.6 66.61 -
YUV 215.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 255 197 205 0 0.23 0.20 0 351.72 1 0.89
Hex FF C5 CD 0 17 14 0 160 64 59
Octal 377 305 315 0 27 24 0 540 144 131
Binary 11111111 11000101 11001101 0 10111 10100 0 101100000 1100100 1011001

Color Harmonies of #FFC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5CD

Black with #FFC5CD

Text Example


Text Example

White with #FFC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5CD; }

 p { color: rgb(255,197,205); }

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

background-color css

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

 a { background-color: rgb(255,197,205); }

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

border-color css

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

 span { border-color: rgb(255,197,205); }

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