Html Css Color HEX #F696CD Tea Rose

📋 copy color: '#F696CD'

red 246 ◦ green 150 ◦ blue 205

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

Shades of Tea Rose #F696CD

Tints of Tea Rose #F696CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.11%

R = 40.93%
G = 24.96%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F696CD (or 0xF696CD) is known color: Tea Rose. HEX triplet: F6, 96 and CD. RGB value is (246,150,205). Sum of RGB (Red+Green+Blue) = 246+150+205=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F696CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696CD is #096932. Grayscale: #B8B8B8. Windows color (decimal): -616755 or 13473526. OLE color: 13473526.

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

Color convert

RGB 246 150 205 -
CMYK 0 0.39 0.17 0.04
HSL 325.63º 0.84% 0.78% -
HSV(B) 325.63º 0.39% 0.96% -
XYZ 59.93 45.81 63.44 -
YUV 184.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 246 150 205 0 0.39 0.17 0.04 325.63 0.84 0.78
Hex F6 96 CD 0 27 11 4 146 54 4E
Octal 366 226 315 0 47 21 4 506 124 116
Binary 11110110 10010110 11001101 0 100111 10001 100 101000110 1010100 1001110

Color Harmonies of #F696CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696CD

Black with #F696CD

Text Example


Text Example

White with #F696CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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