Html Css Color HEX #FF98C8 Carnation Pink

📋 copy color: '#FF98C8'

red 255 ◦ green 152 ◦ blue 200

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

Shades of Carnation Pink #FF98C8

Tints of Carnation Pink #FF98C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.95%

R = 42.01%
G = 25.04%
B = 32.95%

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

#FF98C8 (or 0xFF98C8) is known color: Carnation Pink. HEX triplet: FF, 98 and C8. RGB value is (255,152,200). Sum of RGB (Red+Green+Blue) = 255+152+200=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98C8 is #006737. Grayscale: #BCBCBC. Windows color (decimal): -26424 or 13146367. OLE color: 13146367.

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

Color convert

RGB 255 152 200 -
CMYK 0 0.40 0.22 0
HSL 332.04º 1% 0.8% -
HSV(B) 332.04º 0.4% 1% -
XYZ 62.89 47.89 60.57 -
YUV 188.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 255 152 200 0 0.40 0.22 0 332.04 1 0.8
Hex FF 98 C8 0 28 16 0 14C 64 50
Octal 377 230 310 0 50 26 0 514 144 120
Binary 11111111 10011000 11001000 0 101000 10110 0 101001100 1100100 1010000

Color Harmonies of #FF98C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF98C8

Black with #FF98C8

Text Example


Text Example

White with #FF98C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF98C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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