Html Css Color HEX #FC98C6 Carnation Pink

📋 copy color: '#FC98C6'

red 252 ◦ green 152 ◦ blue 198

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

Shades of Carnation Pink #FC98C6

Tints of Carnation Pink #FC98C6

RGB

 RED value IS 252 (98.83% from 255) = 41.86%

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

 BLUE value IS 198 (77.73% from 255) = 32.89%

R = 41.86%
G = 25.25%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC98C6 (or 0xFC98C6) is known color: Carnation Pink. HEX triplet: FC, 98 and C6. RGB value is (252,152,198). Sum of RGB (Red+Green+Blue) = 252+152+198=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98C6 is #036739. Grayscale: #BBBBBB. Windows color (decimal): -223034 or 13015292. OLE color: 13015292.

HSL color Cylindrical-coordinate representation of color #FC98C6: hue angle of 332.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC98C6 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 152 198 -
CMYK 0 0.40 0.21 0.01
HSL 332.4º 0.94% 0.79% -
HSV(B) 332.4º 0.4% 0.99% -
XYZ 61.57 47.23 59.3 -
YUV 187.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 252 152 198 0 0.40 0.21 0.01 332.4 0.94 0.79
Hex FC 98 C6 0 28 15 1 14C 5E 4F
Octal 374 230 306 0 50 25 1 514 136 117
Binary 11111100 10011000 11000110 0 101000 10101 1 101001100 1011110 1001111

Color Harmonies of #FC98C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC98C6

Black with #FC98C6

Text Example


Text Example

White with #FC98C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC98C6; }

 p { color: rgb(252,152,198); }

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

background-color css

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

 a { background-color: rgb(252,152,198); }

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

border-color css

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

 span { border-color: rgb(252,152,198); }

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