Html Css Color HEX #F693CE Tea Rose

📋 copy color: '#F693CE'

red 246 ◦ green 147 ◦ blue 206

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

Shades of Tea Rose #F693CE

Tints of Tea Rose #F693CE

RGB

 RED value IS 246 (96.48% from 255) = 41.07%

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

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

R = 41.07%
G = 24.54%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F693CE (or 0xF693CE) is known color: Tea Rose. HEX triplet: F6, 93 and CE. RGB value is (246,147,206). Sum of RGB (Red+Green+Blue) = 246+147+206=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F693CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693CE is #096C31. Grayscale: #B7B7B7. Windows color (decimal): -617522 or 13538294. OLE color: 13538294.

HSL color Cylindrical-coordinate representation of color #F693CE: hue angle of 324.24º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693CE is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 147 206 -
CMYK 0 0.40 0.16 0.04
HSL 324.24º 0.85% 0.77% -
HSV(B) 324.24º 0.4% 0.96% -
XYZ 59.58 44.92 63.92 -
YUV 183.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 246 147 206 0 0.40 0.16 0.04 324.24 0.85 0.77
Hex F6 93 CE 0 28 10 4 144 55 4D
Octal 366 223 316 0 50 20 4 504 125 115
Binary 11110110 10010011 11001110 0 101000 10000 100 101000100 1010101 1001101

Color Harmonies of #F693CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F693CE

Black with #F693CE

Text Example


Text Example

White with #F693CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F693CE; }

 p { color: rgb(246,147,206); }

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

background-color css

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

 a { background-color: rgb(246,147,206); }

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

border-color css

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

 span { border-color: rgb(246,147,206); }

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