Html Css Color HEX #FC97D0 Carnation Pink

📋 copy color: '#FC97D0'

red 252 ◦ green 151 ◦ blue 208

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

Shades of Carnation Pink #FC97D0

Tints of Carnation Pink #FC97D0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.71%

 BLUE value IS 208 (81.64% from 255) = 34.04%

R = 41.24%
G = 24.71%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC97D0 (or 0xFC97D0) is known color: Carnation Pink. HEX triplet: FC, 97 and D0. RGB value is (252,151,208). Sum of RGB (Red+Green+Blue) = 252+151+208=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC97D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC97D0 is #03682F. Grayscale: #BBBBBB. Windows color (decimal): -223280 or 13670396. OLE color: 13670396.

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

Color convert

RGB 252 151 208 -
CMYK 0 0.40 0.17 0.01
HSL 326.14º 0.94% 0.79% -
HSV(B) 326.14º 0.4% 0.99% -
XYZ 62.6 47.38 65.52 -
YUV 187.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 252 151 208 0 0.40 0.17 0.01 326.14 0.94 0.79
Hex FC 97 D0 0 28 11 1 146 5E 4F
Octal 374 227 320 0 50 21 1 506 136 117
Binary 11111100 10010111 11010000 0 101000 10001 1 101000110 1011110 1001111

Color Harmonies of #FC97D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC97D0

Black with #FC97D0

Text Example


Text Example

White with #FC97D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC97D0; }

 p { color: rgb(252,151,208); }

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

background-color css

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

 a { background-color: rgb(252,151,208); }

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

border-color css

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

 span { border-color: rgb(252,151,208); }

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