Html Css Color HEX #F1ADC7 Cupid

📋 copy color: '#F1ADC7'

red 241 ◦ green 173 ◦ blue 199

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

Shades of Cupid #F1ADC7

Tints of Cupid #F1ADC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.46%

R = 39.31%
G = 28.22%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F1ADC7 (or 0xF1ADC7) is known color: Cupid. HEX triplet: F1, AD and C7. RGB value is (241,173,199). Sum of RGB (Red+Green+Blue) = 241+173+199=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADC7 is #0E5238. Grayscale: #C4C4C4. Windows color (decimal): -938553 or 13086193. OLE color: 13086193.

HSL color Cylindrical-coordinate representation of color #F1ADC7: hue angle of 337.06º 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 #F1ADC7 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 173 199 -
CMYK 0 0.28 0.17 0.05
HSL 337.06º 0.71% 0.81% -
HSV(B) 337.06º 0.28% 0.95% -
XYZ 61.53 52.71 60.96 -
YUV 196.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 241 173 199 0 0.28 0.17 0.05 337.06 0.71 0.81
Hex F1 AD C7 0 1C 11 5 151 47 51
Octal 361 255 307 0 34 21 5 521 107 121
Binary 11110001 10101101 11000111 0 11100 10001 101 101010001 1000111 1010001

Color Harmonies of #F1ADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADC7

Black with #F1ADC7

Text Example


Text Example

White with #F1ADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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