Html Css Color HEX #F896CE Tea Rose

📋 copy color: '#F896CE'

red 248 ◦ green 150 ◦ blue 206

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

Shades of Tea Rose #F896CE

Tints of Tea Rose #F896CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.11%

R = 41.06%
G = 24.83%
B = 34.11%

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

#F896CE (or 0xF896CE) is known color: Tea Rose. HEX triplet: F8, 96 and CE. RGB value is (248,150,206). Sum of RGB (Red+Green+Blue) = 248+150+206=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F896CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896CE is #076931. Grayscale: #B9B9B9. Windows color (decimal): -485682 or 13539064. OLE color: 13539064.

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

Color convert

RGB 248 150 206 -
CMYK 0 0.40 0.17 0.03
HSL 325.71º 0.88% 0.78% -
HSV(B) 325.71º 0.4% 0.97% -
XYZ 60.76 46.23 64.11 -
YUV 185.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 248 150 206 0 0.40 0.17 0.03 325.71 0.88 0.78
Hex F8 96 CE 0 28 11 3 146 58 4E
Octal 370 226 316 0 50 21 3 506 130 116
Binary 11111000 10010110 11001110 0 101000 10001 11 101000110 1011000 1001110

Color Harmonies of #F896CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896CE

Black with #F896CE

Text Example


Text Example

White with #F896CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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