Html Css Color HEX #FC98CE Carnation Pink

📋 copy color: '#FC98CE'

red 252 ◦ green 152 ◦ blue 206

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

Shades of Carnation Pink #FC98CE

Tints of Carnation Pink #FC98CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.77%

R = 41.31%
G = 24.92%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC98CE (or 0xFC98CE) is known color: Carnation Pink. HEX triplet: FC, 98 and CE. RGB value is (252,152,206). Sum of RGB (Red+Green+Blue) = 252+152+206=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98CE is #036731. Grayscale: #BBBBBB. Windows color (decimal): -223026 or 13539580. OLE color: 13539580.

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

Color convert

RGB 252 152 206 -
CMYK 0 0.40 0.18 0.01
HSL 327.6º 0.94% 0.79% -
HSV(B) 327.6º 0.4% 0.99% -
XYZ 62.51 47.61 64.29 -
YUV 188.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 252 152 206 0 0.40 0.18 0.01 327.6 0.94 0.79
Hex FC 98 CE 0 28 12 1 148 5E 4F
Octal 374 230 316 0 50 22 1 510 136 117
Binary 11111100 10011000 11001110 0 101000 10010 1 101001000 1011110 1001111

Color Harmonies of #FC98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC98CE

Black with #FC98CE

Text Example


Text Example

White with #FC98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC98CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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