Html Css Color HEX #F9ADC8 Cupid

📋 copy color: '#F9ADC8'

red 249 ◦ green 173 ◦ blue 200

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

Shades of Cupid #F9ADC8

Tints of Cupid #F9ADC8

RGB

 RED value IS 249 (97.66% from 255) = 40.03%

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

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

R = 40.03%
G = 27.81%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F9ADC8 (or 0xF9ADC8) is known color: Cupid. HEX triplet: F9, AD and C8. RGB value is (249,173,200). Sum of RGB (Red+Green+Blue) = 249+173+200=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADC8 is #065237. Grayscale: #C6C6C6. Windows color (decimal): -414264 or 13151737. OLE color: 13151737.

HSL color Cylindrical-coordinate representation of color #F9ADC8: hue angle of 338.68º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADC8 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 173 200 -
CMYK 0 0.31 0.20 0.02
HSL 338.68º 0.86% 0.83% -
HSV(B) 338.68º 0.31% 0.98% -
XYZ 64.44 54.2 61.71 -
YUV 198.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 249 173 200 0 0.31 0.20 0.02 338.68 0.86 0.83
Hex F9 AD C8 0 1F 14 2 153 56 53
Octal 371 255 310 0 37 24 2 523 126 123
Binary 11111001 10101101 11001000 0 11111 10100 10 101010011 1010110 1010011

Color Harmonies of #F9ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADC8

Black with #F9ADC8

Text Example


Text Example

White with #F9ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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