Html Css Color HEX #FC98BC Carnation Pink

📋 copy color: '#FC98BC'

red 252 ◦ green 152 ◦ blue 188

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

Shades of Carnation Pink #FC98BC

Tints of Carnation Pink #FC98BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.76%

R = 42.57%
G = 25.68%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC98BC (or 0xFC98BC) is known color: Carnation Pink. HEX triplet: FC, 98 and BC. RGB value is (252,152,188). Sum of RGB (Red+Green+Blue) = 252+152+188=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98BC is #036743. Grayscale: #B9B9B9. Windows color (decimal): -223044 or 12359932. OLE color: 12359932.

HSL color Cylindrical-coordinate representation of color #FC98BC: hue angle of 338.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 #FC98BC is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 152 188 -
CMYK 0 0.40 0.25 0.01
HSL 338.4º 0.94% 0.79% -
HSV(B) 338.4º 0.4% 0.99% -
XYZ 60.45 46.78 53.42 -
YUV 186 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 252 152 188 0 0.40 0.25 0.01 338.4 0.94 0.79
Hex FC 98 BC 0 28 19 1 152 5E 4F
Octal 374 230 274 0 50 31 1 522 136 117
Binary 11111100 10011000 10111100 0 101000 11001 1 101010010 1011110 1001111

Color Harmonies of #FC98BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC98BC

Black with #FC98BC

Text Example


Text Example

White with #FC98BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC98BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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