Html Css Color HEX #F1ADC5 Cupid

📋 copy color: '#F1ADC5'

red 241 ◦ green 173 ◦ blue 197

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

Shades of Cupid #F1ADC5

Tints of Cupid #F1ADC5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.31%

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

R = 39.44%
G = 28.31%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1ADC5 (or 0xF1ADC5) is known color: Cupid. HEX triplet: F1, AD and C5. RGB value is (241,173,197). Sum of RGB (Red+Green+Blue) = 241+173+197=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADC5 is #0E523A. Grayscale: #C4C4C4. Windows color (decimal): -938555 or 12955121. OLE color: 12955121.

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

Color convert

RGB 241 173 197 -
CMYK 0 0.28 0.18 0.05
HSL 338.82º 0.71% 0.81% -
HSV(B) 338.82º 0.28% 0.95% -
XYZ 61.3 52.62 59.75 -
YUV 196.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 241 173 197 0 0.28 0.18 0.05 338.82 0.71 0.81
Hex F1 AD C5 0 1C 12 5 153 47 51
Octal 361 255 305 0 34 22 5 523 107 121
Binary 11110001 10101101 11000101 0 11100 10010 101 101010011 1000111 1010001

Color Harmonies of #F1ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADC5

Black with #F1ADC5

Text Example


Text Example

White with #F1ADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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