Html Css Color HEX #F89FCC Carnation Pink

📋 copy color: '#F89FCC'

red 248 ◦ green 159 ◦ blue 204

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

Shades of Carnation Pink #F89FCC

Tints of Carnation Pink #F89FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.02%

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

R = 40.59%
G = 26.02%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F89FCC (or 0xF89FCC) is known color: Carnation Pink. HEX triplet: F8, 9F and CC. RGB value is (248,159,204). Sum of RGB (Red+Green+Blue) = 248+159+204=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FCC is #076033. Grayscale: #BEBEBE. Windows color (decimal): -483380 or 13410296. OLE color: 13410296.

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

Color convert

RGB 248 159 204 -
CMYK 0 0.36 0.18 0.03
HSL 329.66º 0.86% 0.8% -
HSV(B) 329.66º 0.36% 0.97% -
XYZ 62.01 49.11 63.34 -
YUV 190.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 248 159 204 0 0.36 0.18 0.03 329.66 0.86 0.8
Hex F8 9F CC 0 24 12 3 14A 56 50
Octal 370 237 314 0 44 22 3 512 126 120
Binary 11111000 10011111 11001100 0 100100 10010 11 101001010 1010110 1010000

Color Harmonies of #F89FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89FCC

Black with #F89FCC

Text Example


Text Example

White with #F89FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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