Html Css Color HEX #F898D0 Carnation Pink

📋 copy color: '#F898D0'

red 248 ◦ green 152 ◦ blue 208

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

Shades of Carnation Pink #F898D0

Tints of Carnation Pink #F898D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.21%

R = 40.79%
G = 25%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F898D0 (or 0xF898D0) is known color: Carnation Pink. HEX triplet: F8, 98 and D0. RGB value is (248,152,208). Sum of RGB (Red+Green+Blue) = 248+152+208=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F898D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898D0 is #07672F. Grayscale: #BABABA. Windows color (decimal): -485168 or 13670648. OLE color: 13670648.

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

Color convert

RGB 248 152 208 -
CMYK 0 0.39 0.16 0.03
HSL 325º 0.87% 0.78% -
HSV(B) 325º 0.39% 0.97% -
XYZ 61.32 46.97 65.51 -
YUV 187.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 248 152 208 0 0.39 0.16 0.03 325 0.87 0.78
Hex F8 98 D0 0 27 10 3 145 57 4E
Octal 370 230 320 0 47 20 3 505 127 116
Binary 11111000 10011000 11010000 0 100111 10000 11 101000101 1010111 1001110

Color Harmonies of #F898D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F898D0

Black with #F898D0

Text Example


Text Example

White with #F898D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F898D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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