Html Css Color HEX #F893CC Tea Rose

📋 copy color: '#F893CC'

red 248 ◦ green 147 ◦ blue 204

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

Shades of Tea Rose #F893CC

Tints of Tea Rose #F893CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.54%

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

R = 41.4%
G = 24.54%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F893CC (or 0xF893CC) is known color: Tea Rose. HEX triplet: F8, 93 and CC. RGB value is (248,147,204). Sum of RGB (Red+Green+Blue) = 248+147+204=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F893CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893CC is #076C33. Grayscale: #B7B7B7. Windows color (decimal): -486452 or 13407224. OLE color: 13407224.

HSL color Cylindrical-coordinate representation of color #F893CC: hue angle of 326.14º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893CC is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 147 204 -
CMYK 0 0.41 0.18 0.03
HSL 326.14º 0.88% 0.77% -
HSV(B) 326.14º 0.41% 0.97% -
XYZ 60.04 45.18 62.68 -
YUV 183.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 248 147 204 0 0.41 0.18 0.03 326.14 0.88 0.77
Hex F8 93 CC 0 29 12 3 146 58 4D
Octal 370 223 314 0 51 22 3 506 130 115
Binary 11111000 10010011 11001100 0 101001 10010 11 101000110 1011000 1001101

Color Harmonies of #F893CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F893CC

Black with #F893CC

Text Example


Text Example

White with #F893CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F893CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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