Html Css Color HEX #F1C3BD Your Pink

📋 copy color: '#F1C3BD'

red 241 ◦ green 195 ◦ blue 189

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

Shades of Your Pink #F1C3BD

Tints of Your Pink #F1C3BD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.2%

 BLUE value IS 189 (74.22% from 255) = 30.24%

R = 38.56%
G = 31.2%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1C3BD (or 0xF1C3BD) is known color: Your Pink. HEX triplet: F1, C3 and BD. RGB value is (241,195,189). Sum of RGB (Red+Green+Blue) = 241+195+189=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3BD is #0E3C42. Grayscale: #D0D0D0. Windows color (decimal): -932931 or 12436465. OLE color: 12436465.

HSL color Cylindrical-coordinate representation of color #F1C3BD: hue angle of 6.92º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1C3BD is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 195 189 -
CMYK 0 0.19 0.22 0.05
HSL 6.92º 0.65% 0.84% -
HSV(B) 6.92º 0.22% 0.95% -
XYZ 64.98 61.41 56.57 -
YUV 208.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 241 195 189 0 0.19 0.22 0.05 6.92 0.65 0.84
Hex F1 C3 BD 0 13 16 5 7 41 54
Octal 361 303 275 0 23 26 5 7 101 124
Binary 11110001 11000011 10111101 0 10011 10110 101 111 1000001 1010100

Color Harmonies of #F1C3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C3BD

Black with #F1C3BD

Text Example


Text Example

White with #F1C3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C3BD; }

 p { color: rgb(241,195,189); }

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

background-color css

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

 a { background-color: rgb(241,195,189); }

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

border-color css

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

 span { border-color: rgb(241,195,189); }

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