Html Css Color HEX #F1ADC3 Cupid

📋 copy color: '#F1ADC3'

red 241 ◦ green 173 ◦ blue 195

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

Shades of Cupid #F1ADC3

Tints of Cupid #F1ADC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.02%

R = 39.57%
G = 28.41%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F1ADC3 (or 0xF1ADC3) is known color: Cupid. HEX triplet: F1, AD and C3. RGB value is (241,173,195). Sum of RGB (Red+Green+Blue) = 241+173+195=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADC3 is #0E523C. Grayscale: #C3C3C3. Windows color (decimal): -938557 or 12824049. OLE color: 12824049.

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

Color convert

RGB 241 173 195 -
CMYK 0 0.28 0.19 0.05
HSL 340.59º 0.71% 0.81% -
HSV(B) 340.59º 0.28% 0.95% -
XYZ 61.07 52.53 58.55 -
YUV 195.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 241 173 195 0 0.28 0.19 0.05 340.59 0.71 0.81
Hex F1 AD C3 0 1C 13 5 155 47 51
Octal 361 255 303 0 34 23 5 525 107 121
Binary 11110001 10101101 11000011 0 11100 10011 101 101010101 1000111 1010001

Color Harmonies of #F1ADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADC3

Black with #F1ADC3

Text Example


Text Example

White with #F1ADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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