Html Css Color HEX #F998C8 Carnation Pink

📋 copy color: '#F998C8'

red 249 ◦ green 152 ◦ blue 200

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

Shades of Carnation Pink #F998C8

Tints of Carnation Pink #F998C8

RGB

 RED value IS 249 (97.66% from 255) = 41.43%

 GREEN value IS 152 (59.77% from 255) = 25.29%

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

R = 41.43%
G = 25.29%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F998C8 (or 0xF998C8) is known color: Carnation Pink. HEX triplet: F9, 98 and C8. RGB value is (249,152,200). Sum of RGB (Red+Green+Blue) = 249+152+200=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F998C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998C8 is #066737. Grayscale: #BABABA. Windows color (decimal): -419640 or 13146361. OLE color: 13146361.

HSL color Cylindrical-coordinate representation of color #F998C8: hue angle of 330.31º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998C8 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 152 200 -
CMYK 0 0.39 0.20 0.02
HSL 330.31º 0.89% 0.79% -
HSV(B) 330.31º 0.39% 0.98% -
XYZ 60.72 46.77 60.47 -
YUV 186.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 249 152 200 0 0.39 0.20 0.02 330.31 0.89 0.79
Hex F9 98 C8 0 27 14 2 14A 59 4F
Octal 371 230 310 0 47 24 2 512 131 117
Binary 11111001 10011000 11001000 0 100111 10100 10 101001010 1011001 1001111

Color Harmonies of #F998C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F998C8

Black with #F998C8

Text Example


Text Example

White with #F998C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F998C8; }

 p { color: rgb(249,152,200); }

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

background-color css

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

 a { background-color: rgb(249,152,200); }

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

border-color css

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

 span { border-color: rgb(249,152,200); }

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