Html Css Color HEX #FA98CA Carnation Pink

📋 copy color: '#FA98CA'

red 250 ◦ green 152 ◦ blue 202

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

Shades of Carnation Pink #FA98CA

Tints of Carnation Pink #FA98CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.44%

R = 41.39%
G = 25.17%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA98CA (or 0xFA98CA) is known color: Carnation Pink. HEX triplet: FA, 98 and CA. RGB value is (250,152,202). Sum of RGB (Red+Green+Blue) = 250+152+202=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98CA is #056735. Grayscale: #BABABA. Windows color (decimal): -354102 or 13277434. OLE color: 13277434.

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

Color convert

RGB 250 152 202 -
CMYK 0 0.39 0.19 0.02
HSL 329.39º 0.91% 0.79% -
HSV(B) 329.39º 0.39% 0.98% -
XYZ 61.31 47.04 61.73 -
YUV 187 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 250 152 202 0 0.39 0.19 0.02 329.39 0.91 0.79
Hex FA 98 CA 0 27 13 2 149 5B 4F
Octal 372 230 312 0 47 23 2 511 133 117
Binary 11111010 10011000 11001010 0 100111 10011 10 101001001 1011011 1001111

Color Harmonies of #FA98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA98CA

Black with #FA98CA

Text Example


Text Example

White with #FA98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA98CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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