Html Css Color HEX #FF98C5 Carnation Pink

📋 copy color: '#FF98C5'

red 255 ◦ green 152 ◦ blue 197

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

Shades of Carnation Pink #FF98C5

Tints of Carnation Pink #FF98C5

RGB

 RED value IS 255 (100% from 255) = 42.22%

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

 BLUE value IS 197 (77.34% from 255) = 32.62%

R = 42.22%
G = 25.17%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF98C5 (or 0xFF98C5) is known color: Carnation Pink. HEX triplet: FF, 98 and C5. RGB value is (255,152,197). Sum of RGB (Red+Green+Blue) = 255+152+197=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98C5 is #00673A. Grayscale: #BBBBBB. Windows color (decimal): -26427 or 12949759. OLE color: 12949759.

HSL color Cylindrical-coordinate representation of color #FF98C5: hue angle of 333.79º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF98C5 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 152 197 -
CMYK 0 0.40 0.23 0
HSL 333.79º 1% 0.8% -
HSV(B) 333.79º 0.4% 1% -
XYZ 62.55 47.75 58.74 -
YUV 187.93 133.12 175.84 -
System Red Green Blue C M Y K H S L
Decimal 255 152 197 0 0.40 0.23 0 333.79 1 0.8
Hex FF 98 C5 0 28 17 0 14E 64 50
Octal 377 230 305 0 50 27 0 516 144 120
Binary 11111111 10011000 11000101 0 101000 10111 0 101001110 1100100 1010000

Color Harmonies of #FF98C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF98C5

Black with #FF98C5

Text Example


Text Example

White with #FF98C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF98C5; }

 p { color: rgb(255,152,197); }

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

background-color css

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

 a { background-color: rgb(255,152,197); }

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

border-color css

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

 span { border-color: rgb(255,152,197); }

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