Html Css Color HEX #FDACC5 Cupid

📋 copy color: '#FDACC5'

red 253 ◦ green 172 ◦ blue 197

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

Shades of Cupid #FDACC5

Tints of Cupid #FDACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.65%

 BLUE value IS 197 (77.34% from 255) = 31.67%

R = 40.68%
G = 27.65%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDACC5 (or 0xFDACC5) is known color: Cupid. HEX triplet: FD, AC and C5. RGB value is (253,172,197). Sum of RGB (Red+Green+Blue) = 253+172+197=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACC5 is #02533A. Grayscale: #C7C7C7. Windows color (decimal): -152379 or 12954877. OLE color: 12954877.

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

Color convert

RGB 253 172 197 -
CMYK 0 0.32 0.22 0.01
HSL 341.48º 0.95% 0.83% -
HSV(B) 341.48º 0.32% 0.99% -
XYZ 65.34 54.42 59.88 -
YUV 199.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 253 172 197 0 0.32 0.22 0.01 341.48 0.95 0.83
Hex FD AC C5 0 20 16 1 155 5F 53
Octal 375 254 305 0 40 26 1 525 137 123
Binary 11111101 10101100 11000101 0 100000 10110 1 101010101 1011111 1010011

Color Harmonies of #FDACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACC5

Black with #FDACC5

Text Example


Text Example

White with #FDACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACC5; }

 p { color: rgb(253,172,197); }

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

background-color css

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

 a { background-color: rgb(253,172,197); }

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

border-color css

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

 span { border-color: rgb(253,172,197); }

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