Html Css Color HEX #FFC9CD Pink

📋 copy color: '#FFC9CD'

red 255 ◦ green 201 ◦ blue 205

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

Shades of Pink #FFC9CD

Tints of Pink #FFC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.41%

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

R = 38.58%
G = 30.41%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFC9CD (or 0xFFC9CD) is known color: Pink. HEX triplet: FF, C9 and CD. RGB value is (255,201,205). Sum of RGB (Red+Green+Blue) = 255+201+205=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9CD is #003632. Grayscale: #D9D9D9. Windows color (decimal): -13875 or 13486591. OLE color: 13486591.

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

Color convert

RGB 255 201 205 -
CMYK 0 0.21 0.20 0
HSL 355.56º 1% 0.89% -
HSV(B) 355.56º 0.21% 1% -
XYZ 73.15 67.44 66.92 -
YUV 217.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 255 201 205 0 0.21 0.20 0 355.56 1 0.89
Hex FF C9 CD 0 15 14 0 164 64 59
Octal 377 311 315 0 25 24 0 544 144 131
Binary 11111111 11001001 11001101 0 10101 10100 0 101100100 1100100 1011001

Color Harmonies of #FFC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9CD

Black with #FFC9CD

Text Example


Text Example

White with #FFC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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