Html Css Color HEX #F696CE Tea Rose

📋 copy color: '#F696CE'

red 246 ◦ green 150 ◦ blue 206

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

Shades of Tea Rose #F696CE

Tints of Tea Rose #F696CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.92%

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

R = 40.86%
G = 24.92%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F696CE (or 0xF696CE) is known color: Tea Rose. HEX triplet: F6, 96 and CE. RGB value is (246,150,206). Sum of RGB (Red+Green+Blue) = 246+150+206=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F696CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696CE is #096931. Grayscale: #B8B8B8. Windows color (decimal): -616754 or 13539062. OLE color: 13539062.

HSL color Cylindrical-coordinate representation of color #F696CE: hue angle of 325º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696CE is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 150 206 -
CMYK 0 0.39 0.16 0.04
HSL 325º 0.84% 0.78% -
HSV(B) 325º 0.39% 0.96% -
XYZ 60.05 45.86 64.08 -
YUV 185.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 246 150 206 0 0.39 0.16 0.04 325 0.84 0.78
Hex F6 96 CE 0 27 10 4 145 54 4E
Octal 366 226 316 0 47 20 4 505 124 116
Binary 11110110 10010110 11001110 0 100111 10000 100 101000101 1010100 1001110

Color Harmonies of #F696CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696CE

Black with #F696CE

Text Example


Text Example

White with #F696CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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