Html Css Color HEX #F899CF Carnation Pink

📋 copy color: '#F899CF'

red 248 ◦ green 153 ◦ blue 207

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

Shades of Carnation Pink #F899CF

Tints of Carnation Pink #F899CF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.16%

 BLUE value IS 207 (81.25% from 255) = 34.05%

R = 40.79%
G = 25.16%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F899CF (or 0xF899CF) is known color: Carnation Pink. HEX triplet: F8, 99 and CF. RGB value is (248,153,207). Sum of RGB (Red+Green+Blue) = 248+153+207=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F899CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899CF is #076630. Grayscale: #BBBBBB. Windows color (decimal): -484913 or 13605368. OLE color: 13605368.

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

Color convert

RGB 248 153 207 -
CMYK 0 0.38 0.17 0.03
HSL 325.89º 0.87% 0.79% -
HSV(B) 325.89º 0.38% 0.97% -
XYZ 61.37 47.24 64.92 -
YUV 187.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 248 153 207 0 0.38 0.17 0.03 325.89 0.87 0.79
Hex F8 99 CF 0 26 11 3 146 57 4F
Octal 370 231 317 0 46 21 3 506 127 117
Binary 11111000 10011001 11001111 0 100110 10001 11 101000110 1010111 1001111

Color Harmonies of #F899CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F899CF

Black with #F899CF

Text Example


Text Example

White with #F899CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F899CF; }

 p { color: rgb(248,153,207); }

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

background-color css

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

 a { background-color: rgb(248,153,207); }

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

border-color css

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

 span { border-color: rgb(248,153,207); }

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