Html Css Color HEX #FF98C6 Carnation Pink

📋 copy color: '#FF98C6'

red 255 ◦ green 152 ◦ blue 198

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

Shades of Carnation Pink #FF98C6

Tints of Carnation Pink #FF98C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.73%

R = 42.15%
G = 25.12%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF98C6 (or 0xFF98C6) is known color: Carnation Pink. HEX triplet: FF, 98 and C6. RGB value is (255,152,198). Sum of RGB (Red+Green+Blue) = 255+152+198=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98C6 is #006739. Grayscale: #BBBBBB. Windows color (decimal): -26426 or 13015295. OLE color: 13015295.

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

Color convert

RGB 255 152 198 -
CMYK 0 0.40 0.22 0
HSL 333.2º 1% 0.8% -
HSV(B) 333.2º 0.4% 1% -
XYZ 62.66 47.79 59.35 -
YUV 188.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 255 152 198 0 0.40 0.22 0 333.2 1 0.8
Hex FF 98 C6 0 28 16 0 14D 64 50
Octal 377 230 306 0 50 26 0 515 144 120
Binary 11111111 10011000 11000110 0 101000 10110 0 101001101 1100100 1010000

Color Harmonies of #FF98C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF98C6

Black with #FF98C6

Text Example


Text Example

White with #FF98C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF98C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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