Html Css Color HEX #FDACC2 Cupid

📋 copy color: '#FDACC2'

red 253 ◦ green 172 ◦ blue 194

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

Shades of Cupid #FDACC2

Tints of Cupid #FDACC2

RGB

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

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

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

R = 40.87%
G = 27.79%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDACC2 (or 0xFDACC2) is known color: Cupid. HEX triplet: FD, AC and C2. RGB value is (253,172,194). Sum of RGB (Red+Green+Blue) = 253+172+194=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACC2 is #02533D. Grayscale: #C6C6C6. Windows color (decimal): -152382 or 12758269. OLE color: 12758269.

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

Color convert

RGB 253 172 194 -
CMYK 0 0.32 0.23 0.01
HSL 343.7º 0.95% 0.83% -
HSV(B) 343.7º 0.32% 0.99% -
XYZ 65 54.28 58.09 -
YUV 198.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 253 172 194 0 0.32 0.23 0.01 343.7 0.95 0.83
Hex FD AC C2 0 20 17 1 158 5F 53
Octal 375 254 302 0 40 27 1 530 137 123
Binary 11111101 10101100 11000010 0 100000 10111 1 101011000 1011111 1010011

Color Harmonies of #FDACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACC2

Black with #FDACC2

Text Example


Text Example

White with #FDACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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