Html Css Color HEX #F1C4BE Your Pink

📋 copy color: '#F1C4BE'

red 241 ◦ green 196 ◦ blue 190

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

Shades of Your Pink #F1C4BE

Tints of Your Pink #F1C4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.3%

R = 38.44%
G = 31.26%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1C4BE (or 0xF1C4BE) is known color: Your Pink. HEX triplet: F1, C4 and BE. RGB value is (241,196,190). Sum of RGB (Red+Green+Blue) = 241+196+190=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4BE is #0E3B41. Grayscale: #D0D0D0. Windows color (decimal): -932674 or 12502257. OLE color: 12502257.

HSL color Cylindrical-coordinate representation of color #F1C4BE: hue angle of 7.06º degrees, saturation: 0.65, 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 #F1C4BE is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 196 190 -
CMYK 0 0.19 0.21 0.05
HSL 7.06º 0.65% 0.85% -
HSV(B) 7.06º 0.21% 0.95% -
XYZ 65.31 61.9 57.22 -
YUV 208.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 241 196 190 0 0.19 0.21 0.05 7.06 0.65 0.85
Hex F1 C4 BE 0 13 15 5 7 41 55
Octal 361 304 276 0 23 25 5 7 101 125
Binary 11110001 11000100 10111110 0 10011 10101 101 111 1000001 1010101

Color Harmonies of #F1C4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4BE

Black with #F1C4BE

Text Example


Text Example

White with #F1C4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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