Html Css Color HEX #F1B5C5 Cupid

📋 copy color: '#F1B5C5'

red 241 ◦ green 181 ◦ blue 197

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

Shades of Cupid #F1B5C5

Tints of Cupid #F1B5C5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.24%

 BLUE value IS 197 (77.34% from 255) = 31.83%

R = 38.93%
G = 29.24%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1B5C5 (or 0xF1B5C5) is known color: Cupid. HEX triplet: F1, B5 and C5. RGB value is (241,181,197). Sum of RGB (Red+Green+Blue) = 241+181+197=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5C5 is #0E4A3A. Grayscale: #C8C8C8. Windows color (decimal): -936507 or 12957169. OLE color: 12957169.

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

Color convert

RGB 241 181 197 -
CMYK 0 0.25 0.18 0.05
HSL 344º 0.68% 0.83% -
HSV(B) 344º 0.25% 0.95% -
XYZ 62.88 55.78 60.28 -
YUV 200.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 241 181 197 0 0.25 0.18 0.05 344 0.68 0.83
Hex F1 B5 C5 0 19 12 5 158 44 53
Octal 361 265 305 0 31 22 5 530 104 123
Binary 11110001 10110101 11000101 0 11001 10010 101 101011000 1000100 1010011

Color Harmonies of #F1B5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B5C5

Black with #F1B5C5

Text Example


Text Example

White with #F1B5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B5C5; }

 p { color: rgb(241,181,197); }

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

background-color css

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

 a { background-color: rgb(241,181,197); }

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

border-color css

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

 span { border-color: rgb(241,181,197); }

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