Html Css Color HEX #F6C5CD Pink

📋 copy color: '#F6C5CD'

red 246 ◦ green 197 ◦ blue 205

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

Shades of Pink #F6C5CD

Tints of Pink #F6C5CD

RGB

 RED value IS 246 (96.48% from 255) = 37.96%

 GREEN value IS 197 (77.34% from 255) = 30.4%

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

R = 37.96%
G = 30.4%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6C5CD (or 0xF6C5CD) is known color: Pink. HEX triplet: F6, C5 and CD. RGB value is (246,197,205). Sum of RGB (Red+Green+Blue) = 246+197+205=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C5CD is #093A32. Grayscale: #D4D4D4. Windows color (decimal): -604723 or 13485558. OLE color: 13485558.

HSL color Cylindrical-coordinate representation of color #F6C5CD: hue angle of 350.2º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6C5CD is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 197 205 -
CMYK 0 0.20 0.17 0.04
HSL 350.2º 0.73% 0.87% -
HSV(B) 350.2º 0.2% 0.96% -
XYZ 68.99 63.93 66.46 -
YUV 212.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 246 197 205 0 0.20 0.17 0.04 350.2 0.73 0.87
Hex F6 C5 CD 0 14 11 4 15E 49 57
Octal 366 305 315 0 24 21 4 536 111 127
Binary 11110110 11000101 11001101 0 10100 10001 100 101011110 1001001 1010111

Color Harmonies of #F6C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C5CD

Black with #F6C5CD

Text Example


Text Example

White with #F6C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C5CD; }

 p { color: rgb(246,197,205); }

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

background-color css

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

 a { background-color: rgb(246,197,205); }

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

border-color css

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

 span { border-color: rgb(246,197,205); }

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