Html Css Color HEX #FF97CB Carnation Pink

📋 copy color: '#FF97CB'

red 255 ◦ green 151 ◦ blue 203

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

Shades of Carnation Pink #FF97CB

Tints of Carnation Pink #FF97CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.33%

R = 41.87%
G = 24.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF97CB (or 0xFF97CB) is known color: Carnation Pink. HEX triplet: FF, 97 and CB. RGB value is (255,151,203). Sum of RGB (Red+Green+Blue) = 255+151+203=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97CB is #006834. Grayscale: #BBBBBB. Windows color (decimal): -26677 or 13342719. OLE color: 13342719.

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

Color convert

RGB 255 151 203 -
CMYK 0 0.41 0.20 0
HSL 330º 1% 0.8% -
HSV(B) 330º 0.41% 1% -
XYZ 63.09 47.71 62.38 -
YUV 188.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 255 151 203 0 0.41 0.20 0 330 1 0.8
Hex FF 97 CB 0 29 14 0 14A 64 50
Octal 377 227 313 0 51 24 0 512 144 120
Binary 11111111 10010111 11001011 0 101001 10100 0 101001010 1100100 1010000

Color Harmonies of #FF97CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF97CB

Black with #FF97CB

Text Example


Text Example

White with #FF97CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF97CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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