Html Css Color HEX #F896CB Tea Rose

📋 copy color: '#F896CB'

red 248 ◦ green 150 ◦ blue 203

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

Shades of Tea Rose #F896CB

Tints of Tea Rose #F896CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.78%

R = 41.26%
G = 24.96%
B = 33.78%

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

#F896CB (or 0xF896CB) is known color: Tea Rose. HEX triplet: F8, 96 and CB. RGB value is (248,150,203). Sum of RGB (Red+Green+Blue) = 248+150+203=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F896CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896CB is #076934. Grayscale: #B9B9B9. Windows color (decimal): -485685 or 13342456. OLE color: 13342456.

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

Color convert

RGB 248 150 203 -
CMYK 0 0.40 0.18 0.03
HSL 327.55º 0.88% 0.78% -
HSV(B) 327.55º 0.4% 0.97% -
XYZ 60.4 46.08 62.21 -
YUV 185.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 248 150 203 0 0.40 0.18 0.03 327.55 0.88 0.78
Hex F8 96 CB 0 28 12 3 148 58 4E
Octal 370 226 313 0 50 22 3 510 130 116
Binary 11111000 10010110 11001011 0 101000 10010 11 101001000 1011000 1001110

Color Harmonies of #F896CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896CB

Black with #F896CB

Text Example


Text Example

White with #F896CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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