Html Css Color HEX #FFC6C5 Your Pink

📋 copy color: '#FFC6C5'

red 255 ◦ green 198 ◦ blue 197

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

Shades of Your Pink #FFC6C5

Tints of Your Pink #FFC6C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.31%

R = 39.23%
G = 30.46%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFC6C5 (or 0xFFC6C5) is known color: Your Pink. HEX triplet: FF, C6 and C5. RGB value is (255,198,197). Sum of RGB (Red+Green+Blue) = 255+198+197=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 197 (77.34% from 255 or 30.31% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6C5 is #00393A. Grayscale: #D6D6D6. Windows color (decimal): -14651 or 12961535. OLE color: 12961535.

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

Color convert

RGB 255 198 197 -
CMYK 0 0.22 0.23 0
HSL 1.03º 1% 0.89% -
HSV(B) 1.03º 0.23% 1% -
XYZ 71.51 65.68 61.73 -
YUV 214.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 255 198 197 0 0.22 0.23 0 1.03 1 0.89
Hex FF C6 C5 0 16 17 0 1 64 59
Octal 377 306 305 0 26 27 0 1 144 131
Binary 11111111 11000110 11000101 0 10110 10111 0 1 1100100 1011001

Color Harmonies of #FFC6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6C5

Black with #FFC6C5

Text Example


Text Example

White with #FFC6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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