Html Css Color HEX #FFC0D1 Pink

📋 copy color: '#FFC0D1'

red 255 ◦ green 192 ◦ blue 209

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

Shades of Pink #FFC0D1

Tints of Pink #FFC0D1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.27%

 BLUE value IS 209 (82.03% from 255) = 31.86%

R = 38.87%
G = 29.27%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFC0D1 (or 0xFFC0D1) is known color: Pink. HEX triplet: FF, C0 and D1. RGB value is (255,192,209). Sum of RGB (Red+Green+Blue) = 255+192+209=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 192 (75.39% from 255 or 29.27% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0D1 is #003F2E. Grayscale: #D4D4D4. Windows color (decimal): -16175 or 13746431. OLE color: 13746431.

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

Color convert

RGB 255 192 209 -
CMYK 0 0.25 0.18 0
HSL 343.81º 1% 0.88% -
HSV(B) 343.81º 0.25% 1% -
XYZ 71.6 63.56 68.82 -
YUV 212.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 255 192 209 0 0.25 0.18 0 343.81 1 0.88
Hex FF C0 D1 0 19 12 0 158 64 58
Octal 377 300 321 0 31 22 0 530 144 130
Binary 11111111 11000000 11010001 0 11001 10010 0 101011000 1100100 1011000

Color Harmonies of #FFC0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0D1

Black with #FFC0D1

Text Example


Text Example

White with #FFC0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0D1; }

 p { color: rgb(255,192,209); }

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

background-color css

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

 a { background-color: rgb(255,192,209); }

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

border-color css

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

 span { border-color: rgb(255,192,209); }

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