Html Css Color HEX #F8ACC3 Cupid

📋 copy color: '#F8ACC3'

red 248 ◦ green 172 ◦ blue 195

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

Shades of Cupid #F8ACC3

Tints of Cupid #F8ACC3

RGB

 RED value IS 248 (97.27% from 255) = 40.33%

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

 BLUE value IS 195 (76.56% from 255) = 31.71%

R = 40.33%
G = 27.97%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F8ACC3 (or 0xF8ACC3) is known color: Cupid. HEX triplet: F8, AC and C3. RGB value is (248,172,195). Sum of RGB (Red+Green+Blue) = 248+172+195=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACC3 is #07533C. Grayscale: #C5C5C5. Windows color (decimal): -480061 or 12823800. OLE color: 12823800.

HSL color Cylindrical-coordinate representation of color #F8ACC3: hue angle of 341.84º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ACC3 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 172 195 -
CMYK 0 0.31 0.21 0.03
HSL 341.84º 0.84% 0.82% -
HSV(B) 341.84º 0.31% 0.97% -
XYZ 63.31 53.4 58.6 -
YUV 197.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 248 172 195 0 0.31 0.21 0.03 341.84 0.84 0.82
Hex F8 AC C3 0 1F 15 3 156 54 52
Octal 370 254 303 0 37 25 3 526 124 122
Binary 11111000 10101100 11000011 0 11111 10101 11 101010110 1010100 1010010

Color Harmonies of #F8ACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACC3

Black with #F8ACC3

Text Example


Text Example

White with #F8ACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACC3; }

 p { color: rgb(248,172,195); }

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

background-color css

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

 a { background-color: rgb(248,172,195); }

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

border-color css

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

 span { border-color: rgb(248,172,195); }

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