Html Css Color HEX #F8ACC8 Carnation Pink

📋 copy color: '#F8ACC8'

red 248 ◦ green 172 ◦ blue 200

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

Shades of Carnation Pink #F8ACC8

Tints of Carnation Pink #F8ACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.26%

R = 40%
G = 27.74%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8ACC8 (or 0xF8ACC8) is known color: Carnation Pink. HEX triplet: F8, AC and C8. RGB value is (248,172,200). Sum of RGB (Red+Green+Blue) = 248+172+200=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACC8 is #075337. Grayscale: #C5C5C5. Windows color (decimal): -480056 or 13151480. OLE color: 13151480.

HSL color Cylindrical-coordinate representation of color #F8ACC8: hue angle of 337.89º 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 #F8ACC8 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 172 200 -
CMYK 0 0.31 0.19 0.03
HSL 337.89º 0.84% 0.82% -
HSV(B) 337.89º 0.31% 0.97% -
XYZ 63.89 53.63 61.63 -
YUV 197.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 248 172 200 0 0.31 0.19 0.03 337.89 0.84 0.82
Hex F8 AC C8 0 1F 13 3 152 54 52
Octal 370 254 310 0 37 23 3 522 124 122
Binary 11111000 10101100 11001000 0 11111 10011 11 101010010 1010100 1010010

Color Harmonies of #F8ACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACC8

Black with #F8ACC8

Text Example


Text Example

White with #F8ACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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