Html Css Color HEX #FC99C8 Carnation Pink

📋 copy color: '#FC99C8'

red 252 ◦ green 153 ◦ blue 200

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

Shades of Carnation Pink #FC99C8

Tints of Carnation Pink #FC99C8

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.29%

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

R = 41.65%
G = 25.29%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC99C8 (or 0xFC99C8) is known color: Carnation Pink. HEX triplet: FC, 99 and C8. RGB value is (252,153,200). Sum of RGB (Red+Green+Blue) = 252+153+200=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99C8 is #036637. Grayscale: #BBBBBB. Windows color (decimal): -222776 or 13146620. OLE color: 13146620.

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

Color convert

RGB 252 153 200 -
CMYK 0 0.39 0.21 0.01
HSL 331.52º 0.94% 0.79% -
HSV(B) 331.52º 0.39% 0.99% -
XYZ 61.96 47.65 60.57 -
YUV 187.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 252 153 200 0 0.39 0.21 0.01 331.52 0.94 0.79
Hex FC 99 C8 0 27 15 1 14C 5E 4F
Octal 374 231 310 0 47 25 1 514 136 117
Binary 11111100 10011001 11001000 0 100111 10101 1 101001100 1011110 1001111

Color Harmonies of #FC99C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC99C8

Black with #FC99C8

Text Example


Text Example

White with #FC99C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC99C8; }

 p { color: rgb(252,153,200); }

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

background-color css

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

 a { background-color: rgb(252,153,200); }

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

border-color css

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

 span { border-color: rgb(252,153,200); }

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