Html Css Color HEX #F1C4C1 Your Pink

📋 copy color: '#F1C4C1'

red 241 ◦ green 196 ◦ blue 193

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

Shades of Your Pink #F1C4C1

Tints of Your Pink #F1C4C1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.11%

 BLUE value IS 193 (75.78% from 255) = 30.63%

R = 38.25%
G = 31.11%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F1C4C1 (or 0xF1C4C1) is known color: Your Pink. HEX triplet: F1, C4 and C1. RGB value is (241,196,193). Sum of RGB (Red+Green+Blue) = 241+196+193=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4C1 is #0E3B3E. Grayscale: #D1D1D1. Windows color (decimal): -932671 or 12698865. OLE color: 12698865.

HSL color Cylindrical-coordinate representation of color #F1C4C1: hue angle of 3.75º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C4C1 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 196 193 -
CMYK 0 0.19 0.20 0.05
HSL 3.75º 0.63% 0.85% -
HSV(B) 3.75º 0.2% 0.95% -
XYZ 65.64 62.03 58.97 -
YUV 209.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 241 196 193 0 0.19 0.20 0.05 3.75 0.63 0.85
Hex F1 C4 C1 0 13 14 5 4 3F 55
Octal 361 304 301 0 23 24 5 4 77 125
Binary 11110001 11000100 11000001 0 10011 10100 101 100 111111 1010101

Color Harmonies of #F1C4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4C1

Black with #F1C4C1

Text Example


Text Example

White with #F1C4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4C1; }

 p { color: rgb(241,196,193); }

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

background-color css

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

 a { background-color: rgb(241,196,193); }

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

border-color css

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

 span { border-color: rgb(241,196,193); }

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