Html Css Color HEX #FF98D2 Carnation Pink

📋 copy color: '#FF98D2'

red 255 ◦ green 152 ◦ blue 210

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

Shades of Carnation Pink #FF98D2

Tints of Carnation Pink #FF98D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.04%

R = 41.33%
G = 24.64%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF98D2 (or 0xFF98D2) is known color: Carnation Pink. HEX triplet: FF, 98 and D2. RGB value is (255,152,210). Sum of RGB (Red+Green+Blue) = 255+152+210=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98D2 is #00672D. Grayscale: #BDBDBD. Windows color (decimal): -26414 or 13801727. OLE color: 13801727.

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

Color convert

RGB 255 152 210 -
CMYK 0 0.40 0.18 0
HSL 326.21º 1% 0.8% -
HSV(B) 326.21º 0.4% 1% -
XYZ 64.1 48.37 66.93 -
YUV 189.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 255 152 210 0 0.40 0.18 0 326.21 1 0.8
Hex FF 98 D2 0 28 12 0 146 64 50
Octal 377 230 322 0 50 22 0 506 144 120
Binary 11111111 10011000 11010010 0 101000 10010 0 101000110 1100100 1010000

Color Harmonies of #FF98D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF98D2

Black with #FF98D2

Text Example


Text Example

White with #FF98D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF98D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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