Html Css Color HEX #F894D0 Tea Rose

📋 copy color: '#F894D0'

red 248 ◦ green 148 ◦ blue 208

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

Shades of Tea Rose #F894D0

Tints of Tea Rose #F894D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.44%

R = 41.06%
G = 24.5%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F894D0 (or 0xF894D0) is known color: Tea Rose. HEX triplet: F8, 94 and D0. RGB value is (248,148,208). Sum of RGB (Red+Green+Blue) = 248+148+208=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F894D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894D0 is #076B2F. Grayscale: #B8B8B8. Windows color (decimal): -486192 or 13669624. OLE color: 13669624.

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

Color convert

RGB 248 148 208 -
CMYK 0 0.40 0.16 0.03
HSL 324º 0.88% 0.78% -
HSV(B) 324º 0.4% 0.97% -
XYZ 60.69 45.69 65.3 -
YUV 184.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 248 148 208 0 0.40 0.16 0.03 324 0.88 0.78
Hex F8 94 D0 0 28 10 3 144 58 4E
Octal 370 224 320 0 50 20 3 504 130 116
Binary 11111000 10010100 11010000 0 101000 10000 11 101000100 1011000 1001110

Color Harmonies of #F894D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F894D0

Black with #F894D0

Text Example


Text Example

White with #F894D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F894D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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