Html Css Color HEX #F5ADC3 Cupid

📋 copy color: '#F5ADC3'

red 245 ◦ green 173 ◦ blue 195

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

Shades of Cupid #F5ADC3

Tints of Cupid #F5ADC3

RGB

 RED value IS 245 (96.09% from 255) = 39.97%

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

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

R = 39.97%
G = 28.22%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F5ADC3 (or 0xF5ADC3) is known color: Cupid. HEX triplet: F5, AD and C3. RGB value is (245,173,195). Sum of RGB (Red+Green+Blue) = 245+173+195=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADC3 is #0A523C. Grayscale: #C5C5C5. Windows color (decimal): -676413 or 12824053. OLE color: 12824053.

HSL color Cylindrical-coordinate representation of color #F5ADC3: hue angle of 341.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5ADC3 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 173 195 -
CMYK 0 0.29 0.20 0.04
HSL 341.67º 0.78% 0.82% -
HSV(B) 341.67º 0.29% 0.96% -
XYZ 62.45 53.24 58.61 -
YUV 197.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 245 173 195 0 0.29 0.20 0.04 341.67 0.78 0.82
Hex F5 AD C3 0 1D 14 4 156 4E 52
Octal 365 255 303 0 35 24 4 526 116 122
Binary 11110101 10101101 11000011 0 11101 10100 100 101010110 1001110 1010010

Color Harmonies of #F5ADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADC3

Black with #F5ADC3

Text Example


Text Example

White with #F5ADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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