Html Css Color HEX #FB97C6 Carnation Pink

📋 copy color: '#FB97C6'

red 251 ◦ green 151 ◦ blue 198

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

Shades of Carnation Pink #FB97C6

Tints of Carnation Pink #FB97C6

RGB

 RED value IS 251 (98.44% from 255) = 41.83%

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

 BLUE value IS 198 (77.73% from 255) = 33%

R = 41.83%
G = 25.17%
B = 33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FB97C6 (or 0xFB97C6) is known color: Carnation Pink. HEX triplet: FB, 97 and C6. RGB value is (251,151,198). Sum of RGB (Red+Green+Blue) = 251+151+198=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB97C6 is #046839. Grayscale: #BABABA. Windows color (decimal): -288826 or 13015035. OLE color: 13015035.

HSL color Cylindrical-coordinate representation of color #FB97C6: hue angle of 331.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB97C6 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 151 198 -
CMYK 0 0.40 0.21 0.02
HSL 331.8º 0.93% 0.79% -
HSV(B) 331.8º 0.4% 0.98% -
XYZ 61.04 46.72 59.23 -
YUV 186.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 251 151 198 0 0.40 0.21 0.02 331.8 0.93 0.79
Hex FB 97 C6 0 28 15 2 14C 5D 4F
Octal 373 227 306 0 50 25 2 514 135 117
Binary 11111011 10010111 11000110 0 101000 10101 10 101001100 1011101 1001111

Color Harmonies of #FB97C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB97C6

Black with #FB97C6

Text Example


Text Example

White with #FB97C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB97C6; }

 p { color: rgb(251,151,198); }

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

background-color css

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

 a { background-color: rgb(251,151,198); }

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

border-color css

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

 span { border-color: rgb(251,151,198); }

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