Html Css Color HEX #FDAFC2 Cupid

📋 copy color: '#FDAFC2'

red 253 ◦ green 175 ◦ blue 194

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

Shades of Cupid #FDAFC2

Tints of Cupid #FDAFC2

RGB

 RED value IS 253 (99.22% from 255) = 40.68%

 GREEN value IS 175 (68.75% from 255) = 28.14%

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

R = 40.68%
G = 28.14%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDAFC2 (or 0xFDAFC2) is known color: Cupid. HEX triplet: FD, AF and C2. RGB value is (253,175,194). Sum of RGB (Red+Green+Blue) = 253+175+194=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFC2 is #02503D. Grayscale: #C8C8C8. Windows color (decimal): -151614 or 12759037. OLE color: 12759037.

HSL color Cylindrical-coordinate representation of color #FDAFC2: hue angle of 345.38º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAFC2 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 175 194 -
CMYK 0 0.31 0.23 0.01
HSL 345.38º 0.95% 0.84% -
HSV(B) 345.38º 0.31% 0.99% -
XYZ 65.58 55.44 58.28 -
YUV 200.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 253 175 194 0 0.31 0.23 0.01 345.38 0.95 0.84
Hex FD AF C2 0 1F 17 1 159 5F 54
Octal 375 257 302 0 37 27 1 531 137 124
Binary 11111101 10101111 11000010 0 11111 10111 1 101011001 1011111 1010100

Color Harmonies of #FDAFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAFC2

Black with #FDAFC2

Text Example


Text Example

White with #FDAFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAFC2; }

 p { color: rgb(253,175,194); }

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

background-color css

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

 a { background-color: rgb(253,175,194); }

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

border-color css

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

 span { border-color: rgb(253,175,194); }

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