Html Css Color HEX #FA99C2 Carnation Pink

📋 copy color: '#FA99C2'

red 250 ◦ green 153 ◦ blue 194

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

Shades of Carnation Pink #FA99C2

Tints of Carnation Pink #FA99C2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.63%

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

R = 41.88%
G = 25.63%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA99C2 (or 0xFA99C2) is known color: Carnation Pink. HEX triplet: FA, 99 and C2. RGB value is (250,153,194). Sum of RGB (Red+Green+Blue) = 250+153+194=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99C2 is #05663D. Grayscale: #BABABA. Windows color (decimal): -353854 or 12753402. OLE color: 12753402.

HSL color Cylindrical-coordinate representation of color #FA99C2: hue angle of 334.64º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA99C2 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 153 194 -
CMYK 0 0.39 0.22 0.02
HSL 334.64º 0.91% 0.79% -
HSV(B) 334.64º 0.39% 0.98% -
XYZ 60.55 47 56.92 -
YUV 186.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 250 153 194 0 0.39 0.22 0.02 334.64 0.91 0.79
Hex FA 99 C2 0 27 16 2 14F 5B 4F
Octal 372 231 302 0 47 26 2 517 133 117
Binary 11111010 10011001 11000010 0 100111 10110 10 101001111 1011011 1001111

Color Harmonies of #FA99C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA99C2

Black with #FA99C2

Text Example


Text Example

White with #FA99C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA99C2; }

 p { color: rgb(250,153,194); }

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

background-color css

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

 a { background-color: rgb(250,153,194); }

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

border-color css

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

 span { border-color: rgb(250,153,194); }

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