Html Css Color HEX #F896CC Tea Rose

📋 copy color: '#F896CC'

red 248 ◦ green 150 ◦ blue 204

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

Shades of Tea Rose #F896CC

Tints of Tea Rose #F896CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.89%

R = 41.2%
G = 24.92%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F896CC (or 0xF896CC) is known color: Tea Rose. HEX triplet: F8, 96 and CC. RGB value is (248,150,204). Sum of RGB (Red+Green+Blue) = 248+150+204=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F896CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896CC is #076933. Grayscale: #B9B9B9. Windows color (decimal): -485684 or 13407992. OLE color: 13407992.

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

Color convert

RGB 248 150 204 -
CMYK 0 0.40 0.18 0.03
HSL 326.94º 0.88% 0.78% -
HSV(B) 326.94º 0.4% 0.97% -
XYZ 60.52 46.13 62.84 -
YUV 185.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 248 150 204 0 0.40 0.18 0.03 326.94 0.88 0.78
Hex F8 96 CC 0 28 12 3 147 58 4E
Octal 370 226 314 0 50 22 3 507 130 116
Binary 11111000 10010110 11001100 0 101000 10010 11 101000111 1011000 1001110

Color Harmonies of #F896CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896CC

Black with #F896CC

Text Example


Text Example

White with #F896CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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