Html Css Color HEX #F693CB Tea Rose

📋 copy color: '#F693CB'

red 246 ◦ green 147 ◦ blue 203

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

Shades of Tea Rose #F693CB

Tints of Tea Rose #F693CB

RGB

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

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

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

R = 41.28%
G = 24.66%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F693CB (or 0xF693CB) is known color: Tea Rose. HEX triplet: F6, 93 and CB. RGB value is (246,147,203). Sum of RGB (Red+Green+Blue) = 246+147+203=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F693CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693CB is #096C34. Grayscale: #B6B6B6. Windows color (decimal): -617525 or 13341686. OLE color: 13341686.

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

Color convert

RGB 246 147 203 -
CMYK 0 0.40 0.17 0.04
HSL 326.06º 0.85% 0.77% -
HSV(B) 326.06º 0.4% 0.96% -
XYZ 59.22 44.77 62.02 -
YUV 182.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 246 147 203 0 0.40 0.17 0.04 326.06 0.85 0.77
Hex F6 93 CB 0 28 11 4 146 55 4D
Octal 366 223 313 0 50 21 4 506 125 115
Binary 11110110 10010011 11001011 0 101000 10001 100 101000110 1010101 1001101

Color Harmonies of #F693CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F693CB

Black with #F693CB

Text Example


Text Example

White with #F693CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F693CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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