Html Css Color HEX #FF98CB Carnation Pink

📋 copy color: '#FF98CB'

red 255 ◦ green 152 ◦ blue 203

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

Shades of Carnation Pink #FF98CB

Tints of Carnation Pink #FF98CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.28%

R = 41.8%
G = 24.92%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF98CB (or 0xFF98CB) is known color: Carnation Pink. HEX triplet: FF, 98 and CB. RGB value is (255,152,203). Sum of RGB (Red+Green+Blue) = 255+152+203=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98CB is #006734. Grayscale: #BCBCBC. Windows color (decimal): -26421 or 13342975. OLE color: 13342975.

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

Color convert

RGB 255 152 203 -
CMYK 0 0.40 0.20 0
HSL 330.29º 1% 0.8% -
HSV(B) 330.29º 0.4% 1% -
XYZ 63.25 48.03 62.44 -
YUV 188.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 255 152 203 0 0.40 0.20 0 330.29 1 0.8
Hex FF 98 CB 0 28 14 0 14A 64 50
Octal 377 230 313 0 50 24 0 512 144 120
Binary 11111111 10011000 11001011 0 101000 10100 0 101001010 1100100 1010000

Color Harmonies of #FF98CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF98CB

Black with #FF98CB

Text Example


Text Example

White with #FF98CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF98CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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