Html Css Color HEX #F8A0CC Carnation Pink

📋 copy color: '#F8A0CC'

red 248 ◦ green 160 ◦ blue 204

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

Shades of Carnation Pink #F8A0CC

Tints of Carnation Pink #F8A0CC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.14%

 BLUE value IS 204 (80.08% from 255) = 33.33%

R = 40.52%
G = 26.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8A0CC (or 0xF8A0CC) is known color: Carnation Pink. HEX triplet: F8, A0 and CC. RGB value is (248,160,204). Sum of RGB (Red+Green+Blue) = 248+160+204=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0CC is #075F33. Grayscale: #BFBFBF. Windows color (decimal): -483124 or 13410552. OLE color: 13410552.

HSL color Cylindrical-coordinate representation of color #F8A0CC: hue angle of 330º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A0CC is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 160 204 -
CMYK 0 0.35 0.18 0.03
HSL 330º 0.86% 0.8% -
HSV(B) 330º 0.35% 0.97% -
XYZ 62.18 49.46 63.4 -
YUV 191.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 248 160 204 0 0.35 0.18 0.03 330 0.86 0.8
Hex F8 A0 CC 0 23 12 3 14A 56 50
Octal 370 240 314 0 43 22 3 512 126 120
Binary 11111000 10100000 11001100 0 100011 10010 11 101001010 1010110 1010000

Color Harmonies of #F8A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A0CC

Black with #F8A0CC

Text Example


Text Example

White with #F8A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A0CC; }

 p { color: rgb(248,160,204); }

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

background-color css

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

 a { background-color: rgb(248,160,204); }

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

border-color css

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

 span { border-color: rgb(248,160,204); }

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