Html Css Color HEX #F1ADC8 Cupid

📋 copy color: '#F1ADC8'

red 241 ◦ green 173 ◦ blue 200

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

Shades of Cupid #F1ADC8

Tints of Cupid #F1ADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.57%

R = 39.25%
G = 28.18%
B = 32.57%

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

#F1ADC8 (or 0xF1ADC8) is known color: Cupid. HEX triplet: F1, AD and C8. RGB value is (241,173,200). Sum of RGB (Red+Green+Blue) = 241+173+200=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADC8 is #0E5237. Grayscale: #C4C4C4. Windows color (decimal): -938552 or 13151729. OLE color: 13151729.

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

Color convert

RGB 241 173 200 -
CMYK 0 0.28 0.17 0.05
HSL 336.18º 0.71% 0.81% -
HSV(B) 336.18º 0.28% 0.95% -
XYZ 61.64 52.76 61.58 -
YUV 196.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 241 173 200 0 0.28 0.17 0.05 336.18 0.71 0.81
Hex F1 AD C8 0 1C 11 5 150 47 51
Octal 361 255 310 0 34 21 5 520 107 121
Binary 11110001 10101101 11001000 0 11100 10001 101 101010000 1000111 1010001

Color Harmonies of #F1ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADC8

Black with #F1ADC8

Text Example


Text Example

White with #F1ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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