Html Css Color HEX #FA98C2 Carnation Pink

📋 copy color: '#FA98C2'

red 250 ◦ green 152 ◦ blue 194

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

Shades of Carnation Pink #FA98C2

Tints of Carnation Pink #FA98C2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.5%

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

R = 41.95%
G = 25.5%
B = 32.55%

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

#FA98C2 (or 0xFA98C2) is known color: Carnation Pink. HEX triplet: FA, 98 and C2. RGB value is (250,152,194). Sum of RGB (Red+Green+Blue) = 250+152+194=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98C2 is #05673D. Grayscale: #BABABA. Windows color (decimal): -354110 or 12753146. OLE color: 12753146.

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

Color convert

RGB 250 152 194 -
CMYK 0 0.39 0.22 0.02
HSL 334.29º 0.91% 0.79% -
HSV(B) 334.29º 0.39% 0.98% -
XYZ 60.39 46.68 56.87 -
YUV 186.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 250 152 194 0 0.39 0.22 0.02 334.29 0.91 0.79
Hex FA 98 C2 0 27 16 2 14E 5B 4F
Octal 372 230 302 0 47 26 2 516 133 117
Binary 11111010 10011000 11000010 0 100111 10110 10 101001110 1011011 1001111

Color Harmonies of #FA98C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA98C2

Black with #FA98C2

Text Example


Text Example

White with #FA98C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA98C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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