Html Css Color HEX #FFACC4 Cupid

📋 copy color: '#FFACC4'

red 255 ◦ green 172 ◦ blue 196

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

Shades of Cupid #FFACC4

Tints of Cupid #FFACC4

RGB

 RED value IS 255 (100% from 255) = 40.93%

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

 BLUE value IS 196 (76.95% from 255) = 31.46%

R = 40.93%
G = 27.61%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFACC4 (or 0xFFACC4) is known color: Cupid. HEX triplet: FF, AC and C4. RGB value is (255,172,196). Sum of RGB (Red+Green+Blue) = 255+172+196=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC4 is #00533B. Grayscale: #C7C7C7. Windows color (decimal): -21308 or 12889343. OLE color: 12889343.

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

Color convert

RGB 255 172 196 -
CMYK 0 0.33 0.23 0
HSL 342.65º 1% 0.84% -
HSV(B) 342.65º 0.33% 1% -
XYZ 65.96 54.75 59.32 -
YUV 199.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 255 172 196 0 0.33 0.23 0 342.65 1 0.84
Hex FF AC C4 0 21 17 0 157 64 54
Octal 377 254 304 0 41 27 0 527 144 124
Binary 11111111 10101100 11000100 0 100001 10111 0 101010111 1100100 1010100

Color Harmonies of #FFACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACC4

Black with #FFACC4

Text Example


Text Example

White with #FFACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACC4; }

 p { color: rgb(255,172,196); }

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

background-color css

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

 a { background-color: rgb(255,172,196); }

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

border-color css

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

 span { border-color: rgb(255,172,196); }

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