Html Css Color HEX #FF97CA Carnation Pink

📋 copy color: '#FF97CA'

red 255 ◦ green 151 ◦ blue 202

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

Shades of Carnation Pink #FF97CA

Tints of Carnation Pink #FF97CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.22%

R = 41.94%
G = 24.84%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF97CA (or 0xFF97CA) is known color: Carnation Pink. HEX triplet: FF, 97 and CA. RGB value is (255,151,202). Sum of RGB (Red+Green+Blue) = 255+151+202=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 151 (59.38% from 255 or 24.84% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97CA is #006835. Grayscale: #BBBBBB. Windows color (decimal): -26678 or 13277183. OLE color: 13277183.

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

Color convert

RGB 255 151 202 -
CMYK 0 0.41 0.21 0
HSL 330.58º 1% 0.8% -
HSV(B) 330.58º 0.41% 1% -
XYZ 62.97 47.66 61.76 -
YUV 187.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 255 151 202 0 0.41 0.21 0 330.58 1 0.8
Hex FF 97 CA 0 29 15 0 14B 64 50
Octal 377 227 312 0 51 25 0 513 144 120
Binary 11111111 10010111 11001010 0 101001 10101 0 101001011 1100100 1010000

Color Harmonies of #FF97CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF97CA

Black with #FF97CA

Text Example


Text Example

White with #FF97CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF97CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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