Html Css Color HEX #FF98CC Carnation Pink

📋 copy color: '#FF98CC'

red 255 ◦ green 152 ◦ blue 204

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

Shades of Carnation Pink #FF98CC

Tints of Carnation Pink #FF98CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.39%

R = 41.73%
G = 24.88%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF98CC (or 0xFF98CC) is known color: Carnation Pink. HEX triplet: FF, 98 and CC. RGB value is (255,152,204). Sum of RGB (Red+Green+Blue) = 255+152+204=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98CC is #006733. Grayscale: #BCBCBC. Windows color (decimal): -26420 or 13408511. OLE color: 13408511.

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

Color convert

RGB 255 152 204 -
CMYK 0 0.40 0.2 0
HSL 329.71º 1% 0.8% -
HSV(B) 329.71º 0.4% 1% -
XYZ 63.37 48.08 63.07 -
YUV 188.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 255 152 204 0 0.40 0.2 0 329.71 1 0.8
Hex FF 98 CC 0 28 14 0 14A 64 50
Octal 377 230 314 0 50 24 0 512 144 120
Binary 11111111 10011000 11001100 0 101000 10100 0 101001010 1100100 1010000

Color Harmonies of #FF98CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF98CC

Black with #FF98CC

Text Example


Text Example

White with #FF98CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF98CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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