Html Css Color HEX #FC98C0 Carnation Pink

📋 copy color: '#FC98C0'

red 252 ◦ green 152 ◦ blue 192

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

Shades of Carnation Pink #FC98C0

Tints of Carnation Pink #FC98C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.21%

R = 42.28%
G = 25.5%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC98C0 (or 0xFC98C0) is known color: Carnation Pink. HEX triplet: FC, 98 and C0. RGB value is (252,152,192). Sum of RGB (Red+Green+Blue) = 252+152+192=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98C0 is #03673F. Grayscale: #BABABA. Windows color (decimal): -223040 or 12622076. OLE color: 12622076.

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

Color convert

RGB 252 152 192 -
CMYK 0 0.40 0.24 0.01
HSL 336º 0.94% 0.79% -
HSV(B) 336º 0.4% 0.99% -
XYZ 60.89 46.96 55.72 -
YUV 186.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 252 152 192 0 0.40 0.24 0.01 336 0.94 0.79
Hex FC 98 C0 0 28 18 1 150 5E 4F
Octal 374 230 300 0 50 30 1 520 136 117
Binary 11111100 10011000 11000000 0 101000 11000 1 101010000 1011110 1001111

Color Harmonies of #FC98C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC98C0

Black with #FC98C0

Text Example


Text Example

White with #FC98C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC98C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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