Html Css Color HEX #FF97C2 Carnation Pink

📋 copy color: '#FF97C2'

red 255 ◦ green 151 ◦ blue 194

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

Shades of Carnation Pink #FF97C2

Tints of Carnation Pink #FF97C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.33%

R = 42.5%
G = 25.17%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF97C2 (or 0xFF97C2) is known color: Carnation Pink. HEX triplet: FF, 97 and C2. RGB value is (255,151,194). Sum of RGB (Red+Green+Blue) = 255+151+194=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97C2 is #00683D. Grayscale: #BABABA. Windows color (decimal): -26686 or 12752895. OLE color: 12752895.

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

Color convert

RGB 255 151 194 -
CMYK 0 0.41 0.24 0
HSL 335.19º 1% 0.8% -
HSV(B) 335.19º 0.41% 1% -
XYZ 62.04 47.29 56.9 -
YUV 187 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 255 151 194 0 0.41 0.24 0 335.19 1 0.8
Hex FF 97 C2 0 29 18 0 14F 64 50
Octal 377 227 302 0 51 30 0 517 144 120
Binary 11111111 10010111 11000010 0 101001 11000 0 101001111 1100100 1010000

Color Harmonies of #FF97C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF97C2

Black with #FF97C2

Text Example


Text Example

White with #FF97C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF97C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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