Html Css Color HEX #FA98CE Carnation Pink

📋 copy color: '#FA98CE'

red 250 ◦ green 152 ◦ blue 206

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

Shades of Carnation Pink #FA98CE

Tints of Carnation Pink #FA98CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.88%

R = 41.12%
G = 25%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA98CE (or 0xFA98CE) is known color: Carnation Pink. HEX triplet: FA, 98 and CE. RGB value is (250,152,206). Sum of RGB (Red+Green+Blue) = 250+152+206=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98CE is #056731. Grayscale: #BBBBBB. Windows color (decimal): -354098 or 13539578. OLE color: 13539578.

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

Color convert

RGB 250 152 206 -
CMYK 0 0.39 0.18 0.02
HSL 326.94º 0.91% 0.79% -
HSV(B) 326.94º 0.39% 0.98% -
XYZ 61.79 47.24 64.25 -
YUV 187.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 250 152 206 0 0.39 0.18 0.02 326.94 0.91 0.79
Hex FA 98 CE 0 27 12 2 147 5B 4F
Octal 372 230 316 0 47 22 2 507 133 117
Binary 11111010 10011000 11001110 0 100111 10010 10 101000111 1011011 1001111

Color Harmonies of #FA98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA98CE

Black with #FA98CE

Text Example


Text Example

White with #FA98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA98CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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