Html Css Color HEX #FFC6C4 Your Pink

📋 copy color: '#FFC6C4'

red 255 ◦ green 198 ◦ blue 196

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

Shades of Your Pink #FFC6C4

Tints of Your Pink #FFC6C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.2%

R = 39.29%
G = 30.51%
B = 30.2%

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

#FFC6C4 (or 0xFFC6C4) is known color: Your Pink. HEX triplet: FF, C6 and C4. RGB value is (255,198,196). Sum of RGB (Red+Green+Blue) = 255+198+196=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 196 (76.95% from 255 or 30.20% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6C4 is #00393B. Grayscale: #D6D6D6. Windows color (decimal): -14652 or 12895999. OLE color: 12895999.

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

Color convert

RGB 255 198 196 -
CMYK 0 0.22 0.23 0
HSL 2.03º 1% 0.88% -
HSV(B) 2.03º 0.23% 1% -
XYZ 71.4 65.63 61.13 -
YUV 214.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 255 198 196 0 0.22 0.23 0 2.03 1 0.88
Hex FF C6 C4 0 16 17 0 2 64 58
Octal 377 306 304 0 26 27 0 2 144 130
Binary 11111111 11000110 11000100 0 10110 10111 0 10 1100100 1011000

Color Harmonies of #FFC6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6C4

Black with #FFC6C4

Text Example


Text Example

White with #FFC6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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