Html Css Color HEX #F896CF Tea Rose

📋 copy color: '#F896CF'

red 248 ◦ green 150 ◦ blue 207

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

Shades of Tea Rose #F896CF

Tints of Tea Rose #F896CF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.79%

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

R = 40.99%
G = 24.79%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F896CF (or 0xF896CF) is known color: Tea Rose. HEX triplet: F8, 96 and CF. RGB value is (248,150,207). Sum of RGB (Red+Green+Blue) = 248+150+207=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F896CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896CF is #076930. Grayscale: #B9B9B9. Windows color (decimal): -485681 or 13604600. OLE color: 13604600.

HSL color Cylindrical-coordinate representation of color #F896CF: hue angle of 325.1º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896CF is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 150 207 -
CMYK 0 0.40 0.17 0.03
HSL 325.1º 0.88% 0.78% -
HSV(B) 325.1º 0.4% 0.97% -
XYZ 60.88 46.27 64.75 -
YUV 185.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 248 150 207 0 0.40 0.17 0.03 325.1 0.88 0.78
Hex F8 96 CF 0 28 11 3 145 58 4E
Octal 370 226 317 0 50 21 3 505 130 116
Binary 11111000 10010110 11001111 0 101000 10001 11 101000101 1011000 1001110

Color Harmonies of #F896CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896CF

Black with #F896CF

Text Example


Text Example

White with #F896CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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