Html Css Color HEX #F898C5 Carnation Pink

📋 copy color: '#F898C5'

red 248 ◦ green 152 ◦ blue 197

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

Shades of Carnation Pink #F898C5

Tints of Carnation Pink #F898C5

RGB

 RED value IS 248 (97.27% from 255) = 41.54%

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

 BLUE value IS 197 (77.34% from 255) = 33%

R = 41.54%
G = 25.46%
B = 33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F898C5 (or 0xF898C5) is known color: Carnation Pink. HEX triplet: F8, 98 and C5. RGB value is (248,152,197). Sum of RGB (Red+Green+Blue) = 248+152+197=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F898C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898C5 is #07673A. Grayscale: #B9B9B9. Windows color (decimal): -485179 or 12949752. OLE color: 12949752.

HSL color Cylindrical-coordinate representation of color #F898C5: hue angle of 331.88º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898C5 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 152 197 -
CMYK 0 0.39 0.21 0.03
HSL 331.88º 0.87% 0.78% -
HSV(B) 331.88º 0.39% 0.97% -
XYZ 60.02 46.44 58.62 -
YUV 185.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 248 152 197 0 0.39 0.21 0.03 331.88 0.87 0.78
Hex F8 98 C5 0 27 15 3 14C 57 4E
Octal 370 230 305 0 47 25 3 514 127 116
Binary 11111000 10011000 11000101 0 100111 10101 11 101001100 1010111 1001110

Color Harmonies of #F898C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F898C5

Black with #F898C5

Text Example


Text Example

White with #F898C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F898C5; }

 p { color: rgb(248,152,197); }

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

background-color css

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

 a { background-color: rgb(248,152,197); }

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

border-color css

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

 span { border-color: rgb(248,152,197); }

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