Html Css Color HEX #F1C6BF Your Pink

📋 copy color: '#F1C6BF'

red 241 ◦ green 198 ◦ blue 191

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

Shades of Your Pink #F1C6BF

Tints of Your Pink #F1C6BF

RGB

 RED value IS 241 (94.53% from 255) = 38.25%

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

 BLUE value IS 191 (75% from 255) = 30.32%

R = 38.25%
G = 31.43%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1C6BF (or 0xF1C6BF) is known color: Your Pink. HEX triplet: F1, C6 and BF. RGB value is (241,198,191). Sum of RGB (Red+Green+Blue) = 241+198+191=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6BF is #0E3940. Grayscale: #D2D2D2. Windows color (decimal): -932161 or 12568305. OLE color: 12568305.

HSL color Cylindrical-coordinate representation of color #F1C6BF: hue angle of 8.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1C6BF is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 198 191 -
CMYK 0 0.18 0.21 0.05
HSL 8.4º 0.64% 0.85% -
HSV(B) 8.4º 0.21% 0.95% -
XYZ 65.87 62.85 57.95 -
YUV 210.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 241 198 191 0 0.18 0.21 0.05 8.4 0.64 0.85
Hex F1 C6 BF 0 12 15 5 8 40 55
Octal 361 306 277 0 22 25 5 10 100 125
Binary 11110001 11000110 10111111 0 10010 10101 101 1000 1000000 1010101

Color Harmonies of #F1C6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C6BF

Black with #F1C6BF

Text Example


Text Example

White with #F1C6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C6BF; }

 p { color: rgb(241,198,191); }

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

background-color css

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

 a { background-color: rgb(241,198,191); }

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

border-color css

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

 span { border-color: rgb(241,198,191); }

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