Html Css Color HEX #FDACC1 Cupid

📋 copy color: '#FDACC1'

red 253 ◦ green 172 ◦ blue 193

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

Shades of Cupid #FDACC1

Tints of Cupid #FDACC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.23%

R = 40.94%
G = 27.83%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FDACC1 (or 0xFDACC1) is known color: Cupid. HEX triplet: FD, AC and C1. RGB value is (253,172,193). Sum of RGB (Red+Green+Blue) = 253+172+193=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACC1 is #02533E. Grayscale: #C6C6C6. Windows color (decimal): -152383 or 12692733. OLE color: 12692733.

HSL color Cylindrical-coordinate representation of color #FDACC1: hue angle of 344.44º 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 #FDACC1 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 172 193 -
CMYK 0 0.32 0.24 0.01
HSL 344.44º 0.95% 0.83% -
HSV(B) 344.44º 0.32% 0.99% -
XYZ 64.89 54.24 57.5 -
YUV 198.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 253 172 193 0 0.32 0.24 0.01 344.44 0.95 0.83
Hex FD AC C1 0 20 18 1 158 5F 53
Octal 375 254 301 0 40 30 1 530 137 123
Binary 11111101 10101100 11000001 0 100000 11000 1 101011000 1011111 1010011

Color Harmonies of #FDACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACC1

Black with #FDACC1

Text Example


Text Example

White with #FDACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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