Html Css Color HEX #F5AEC2 Cupid

📋 copy color: '#F5AEC2'

red 245 ◦ green 174 ◦ blue 194

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

Shades of Cupid #F5AEC2

Tints of Cupid #F5AEC2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.38%

 BLUE value IS 194 (76.17% from 255) = 31.65%

R = 39.97%
G = 28.38%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F5AEC2 (or 0xF5AEC2) is known color: Cupid. HEX triplet: F5, AE and C2. RGB value is (245,174,194). Sum of RGB (Red+Green+Blue) = 245+174+194=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEC2 is #0A513D. Grayscale: #C5C5C5. Windows color (decimal): -676158 or 12758773. OLE color: 12758773.

HSL color Cylindrical-coordinate representation of color #F5AEC2: hue angle of 343.1º 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 #F5AEC2 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 174 194 -
CMYK 0 0.29 0.21 0.04
HSL 343.1º 0.78% 0.82% -
HSV(B) 343.1º 0.29% 0.96% -
XYZ 62.53 53.58 58.09 -
YUV 197.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 245 174 194 0 0.29 0.21 0.04 343.1 0.78 0.82
Hex F5 AE C2 0 1D 15 4 157 4E 52
Octal 365 256 302 0 35 25 4 527 116 122
Binary 11110101 10101110 11000010 0 11101 10101 100 101010111 1001110 1010010

Color Harmonies of #F5AEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AEC2

Black with #F5AEC2

Text Example


Text Example

White with #F5AEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AEC2; }

 p { color: rgb(245,174,194); }

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

background-color css

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

 a { background-color: rgb(245,174,194); }

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

border-color css

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

 span { border-color: rgb(245,174,194); }

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