Html Css Color HEX #FF98CA Carnation Pink

📋 copy color: '#FF98CA'

red 255 ◦ green 152 ◦ blue 202

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

Shades of Carnation Pink #FF98CA

Tints of Carnation Pink #FF98CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 41.87%
G = 24.96%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF98CA (or 0xFF98CA) is known color: Carnation Pink. HEX triplet: FF, 98 and CA. RGB value is (255,152,202). Sum of RGB (Red+Green+Blue) = 255+152+202=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98CA is #006735. Grayscale: #BCBCBC. Windows color (decimal): -26422 or 13277439. OLE color: 13277439.

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

Color convert

RGB 255 152 202 -
CMYK 0 0.40 0.21 0
HSL 330.87º 1% 0.8% -
HSV(B) 330.87º 0.4% 1% -
XYZ 63.13 47.98 61.81 -
YUV 188.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 255 152 202 0 0.40 0.21 0 330.87 1 0.8
Hex FF 98 CA 0 28 15 0 14B 64 50
Octal 377 230 312 0 50 25 0 513 144 120
Binary 11111111 10011000 11001010 0 101000 10101 0 101001011 1100100 1010000

Color Harmonies of #FF98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF98CA

Black with #FF98CA

Text Example


Text Example

White with #FF98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF98CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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