Html Css Color HEX #FFC6C0 Your Pink

📋 copy color: '#FFC6C0'

red 255 ◦ green 198 ◦ blue 192

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

Shades of Your Pink #FFC6C0

Tints of Your Pink #FFC6C0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.7%

 BLUE value IS 192 (75.39% from 255) = 29.77%

R = 39.53%
G = 30.7%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFC6C0 (or 0xFFC6C0) is known color: Your Pink. HEX triplet: FF, C6 and C0. RGB value is (255,198,192). Sum of RGB (Red+Green+Blue) = 255+198+192=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6C0 is #00393F. Grayscale: #D6D6D6. Windows color (decimal): -14656 or 12633855. OLE color: 12633855.

HSL color Cylindrical-coordinate representation of color #FFC6C0: hue angle of 5.71º 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 #FFC6C0 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 192 -
CMYK 0 0.22 0.25 0
HSL 5.71º 1% 0.88% -
HSV(B) 5.71º 0.25% 1% -
XYZ 70.95 65.45 58.76 -
YUV 214.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 255 198 192 0 0.22 0.25 0 5.71 1 0.88
Hex FF C6 C0 0 16 19 0 6 64 58
Octal 377 306 300 0 26 31 0 6 144 130
Binary 11111111 11000110 11000000 0 10110 11001 0 110 1100100 1011000

Color Harmonies of #FFC6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6C0

Black with #FFC6C0

Text Example


Text Example

White with #FFC6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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