Html Css Color HEX #FF97CC Carnation Pink

📋 copy color: '#FF97CC'

red 255 ◦ green 151 ◦ blue 204

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

Shades of Carnation Pink #FF97CC

Tints of Carnation Pink #FF97CC

RGB

 RED value IS 255 (100% from 255) = 41.8%

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

 BLUE value IS 204 (80.08% from 255) = 33.44%

R = 41.8%
G = 24.75%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF97CC (or 0xFF97CC) is known color: Carnation Pink. HEX triplet: FF, 97 and CC. RGB value is (255,151,204). Sum of RGB (Red+Green+Blue) = 255+151+204=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97CC is #006833. Grayscale: #BCBCBC. Windows color (decimal): -26676 or 13408255. OLE color: 13408255.

HSL color Cylindrical-coordinate representation of color #FF97CC: hue angle of 329.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF97CC is Cyan = 0, Magento = 0.41, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 255 151 204 -
CMYK 0 0.41 0.2 0
HSL 329.42º 1% 0.8% -
HSV(B) 329.42º 0.41% 1% -
XYZ 63.21 47.75 63.01 -
YUV 188.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 255 151 204 0 0.41 0.2 0 329.42 1 0.8
Hex FF 97 CC 0 29 14 0 149 64 50
Octal 377 227 314 0 51 24 0 511 144 120
Binary 11111111 10010111 11001100 0 101001 10100 0 101001001 1100100 1010000

Color Harmonies of #FF97CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF97CC

Black with #FF97CC

Text Example


Text Example

White with #FF97CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF97CC; }

 p { color: rgb(255,151,204); }

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

background-color css

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

 a { background-color: rgb(255,151,204); }

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

border-color css

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

 span { border-color: rgb(255,151,204); }

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