Html Css Color HEX #F899CC Carnation Pink

📋 copy color: '#F899CC'

red 248 ◦ green 153 ◦ blue 204

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

Shades of Carnation Pink #F899CC

Tints of Carnation Pink #F899CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.29%

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

R = 40.99%
G = 25.29%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F899CC (or 0xF899CC) is known color: Carnation Pink. HEX triplet: F8, 99 and CC. RGB value is (248,153,204). Sum of RGB (Red+Green+Blue) = 248+153+204=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F899CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899CC is #076633. Grayscale: #BBBBBB. Windows color (decimal): -484916 or 13408760. OLE color: 13408760.

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

Color convert

RGB 248 153 204 -
CMYK 0 0.38 0.18 0.03
HSL 327.79º 0.87% 0.79% -
HSV(B) 327.79º 0.38% 0.97% -
XYZ 61 47.1 63 -
YUV 187.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 248 153 204 0 0.38 0.18 0.03 327.79 0.87 0.79
Hex F8 99 CC 0 26 12 3 148 57 4F
Octal 370 231 314 0 46 22 3 510 127 117
Binary 11111000 10011001 11001100 0 100110 10010 11 101001000 1010111 1001111

Color Harmonies of #F899CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F899CC

Black with #F899CC

Text Example


Text Example

White with #F899CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F899CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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