Html Css Color HEX #F894CE Tea Rose

📋 copy color: '#F894CE'

red 248 ◦ green 148 ◦ blue 206

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

Shades of Tea Rose #F894CE

Tints of Tea Rose #F894CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.58%

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

R = 41.2%
G = 24.58%
B = 34.22%

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

#F894CE (or 0xF894CE) is known color: Tea Rose. HEX triplet: F8, 94 and CE. RGB value is (248,148,206). Sum of RGB (Red+Green+Blue) = 248+148+206=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 148 (58.20% from 255 or 24.58% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F894CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894CE is #076B31. Grayscale: #B8B8B8. Windows color (decimal): -486194 or 13538552. OLE color: 13538552.

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

Color convert

RGB 248 148 206 -
CMYK 0 0.40 0.17 0.03
HSL 325.2º 0.88% 0.78% -
HSV(B) 325.2º 0.4% 0.97% -
XYZ 60.44 45.59 64.01 -
YUV 184.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 248 148 206 0 0.40 0.17 0.03 325.2 0.88 0.78
Hex F8 94 CE 0 28 11 3 145 58 4E
Octal 370 224 316 0 50 21 3 505 130 116
Binary 11111000 10010100 11001110 0 101000 10001 11 101000101 1011000 1001110

Color Harmonies of #F894CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F894CE

Black with #F894CE

Text Example


Text Example

White with #F894CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F894CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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