Html Css Color HEX #FA97C3 Carnation Pink

📋 copy color: '#FA97C3'

red 250 ◦ green 151 ◦ blue 195

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

Shades of Carnation Pink #FA97C3

Tints of Carnation Pink #FA97C3

RGB

 RED value IS 250 (98.05% from 255) = 41.95%

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

 BLUE value IS 195 (76.56% from 255) = 32.72%

R = 41.95%
G = 25.34%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA97C3 (or 0xFA97C3) is known color: Carnation Pink. HEX triplet: FA, 97 and C3. RGB value is (250,151,195). Sum of RGB (Red+Green+Blue) = 250+151+195=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97C3 is #05683C. Grayscale: #B9B9B9. Windows color (decimal): -354365 or 12818426. OLE color: 12818426.

HSL color Cylindrical-coordinate representation of color #FA97C3: hue angle of 333.33º degrees, saturation: 0.91, 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 #FA97C3 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 151 195 -
CMYK 0 0.40 0.22 0.02
HSL 333.33º 0.91% 0.79% -
HSV(B) 333.33º 0.4% 0.98% -
XYZ 60.34 46.4 57.41 -
YUV 185.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 250 151 195 0 0.40 0.22 0.02 333.33 0.91 0.79
Hex FA 97 C3 0 28 16 2 14D 5B 4F
Octal 372 227 303 0 50 26 2 515 133 117
Binary 11111010 10010111 11000011 0 101000 10110 10 101001101 1011011 1001111

Color Harmonies of #FA97C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA97C3

Black with #FA97C3

Text Example


Text Example

White with #FA97C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA97C3; }

 p { color: rgb(250,151,195); }

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

background-color css

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

 a { background-color: rgb(250,151,195); }

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

border-color css

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

 span { border-color: rgb(250,151,195); }

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