Html Css Color HEX #FA98CB Carnation Pink

📋 copy color: '#FA98CB'

red 250 ◦ green 152 ◦ blue 203

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

Shades of Carnation Pink #FA98CB

Tints of Carnation Pink #FA98CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.55%

R = 41.32%
G = 25.12%
B = 33.55%

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

#FA98CB (or 0xFA98CB) is known color: Carnation Pink. HEX triplet: FA, 98 and CB. RGB value is (250,152,203). Sum of RGB (Red+Green+Blue) = 250+152+203=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98CB is #056734. Grayscale: #BBBBBB. Windows color (decimal): -354101 or 13342970. OLE color: 13342970.

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

Color convert

RGB 250 152 203 -
CMYK 0 0.39 0.19 0.02
HSL 328.78º 0.91% 0.79% -
HSV(B) 328.78º 0.39% 0.98% -
XYZ 61.43 47.09 62.35 -
YUV 187.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 250 152 203 0 0.39 0.19 0.02 328.78 0.91 0.79
Hex FA 98 CB 0 27 13 2 149 5B 4F
Octal 372 230 313 0 47 23 2 511 133 117
Binary 11111010 10011000 11001011 0 100111 10011 10 101001001 1011011 1001111

Color Harmonies of #FA98CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA98CB

Black with #FA98CB

Text Example


Text Example

White with #FA98CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA98CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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