Html Css Color HEX #F898CA Carnation Pink

📋 copy color: '#F898CA'

red 248 ◦ green 152 ◦ blue 202

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

Shades of Carnation Pink #F898CA

Tints of Carnation Pink #F898CA

RGB

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

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

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

R = 41.2%
G = 25.25%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F898CA (or 0xF898CA) is known color: Carnation Pink. HEX triplet: F8, 98 and CA. RGB value is (248,152,202). Sum of RGB (Red+Green+Blue) = 248+152+202=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F898CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898CA is #076735. Grayscale: #BABABA. Windows color (decimal): -485174 or 13277432. OLE color: 13277432.

HSL color Cylindrical-coordinate representation of color #F898CA: hue angle of 328.75º 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 #F898CA is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 152 202 -
CMYK 0 0.39 0.19 0.03
HSL 328.75º 0.87% 0.78% -
HSV(B) 328.75º 0.39% 0.97% -
XYZ 60.6 46.68 61.69 -
YUV 186.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 248 152 202 0 0.39 0.19 0.03 328.75 0.87 0.78
Hex F8 98 CA 0 27 13 3 149 57 4E
Octal 370 230 312 0 47 23 3 511 127 116
Binary 11111000 10011000 11001010 0 100111 10011 11 101001001 1010111 1001110

Color Harmonies of #F898CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F898CA

Black with #F898CA

Text Example


Text Example

White with #F898CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F898CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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