Html Css Color HEX #F695CB Tea Rose

📋 copy color: '#F695CB'

red 246 ◦ green 149 ◦ blue 203

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

Shades of Tea Rose #F695CB

Tints of Tea Rose #F695CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.92%

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

R = 41.14%
G = 24.92%
B = 33.95%

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

#F695CB (or 0xF695CB) is known color: Tea Rose. HEX triplet: F6, 95 and CB. RGB value is (246,149,203). Sum of RGB (Red+Green+Blue) = 246+149+203=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F695CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F695CB is #096A34. Grayscale: #B8B8B8. Windows color (decimal): -617013 or 13342198. OLE color: 13342198.

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

Color convert

RGB 246 149 203 -
CMYK 0 0.39 0.17 0.04
HSL 326.6º 0.84% 0.77% -
HSV(B) 326.6º 0.39% 0.96% -
XYZ 59.53 45.4 62.13 -
YUV 184.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 246 149 203 0 0.39 0.17 0.04 326.6 0.84 0.77
Hex F6 95 CB 0 27 11 4 147 54 4D
Octal 366 225 313 0 47 21 4 507 124 115
Binary 11110110 10010101 11001011 0 100111 10001 100 101000111 1010100 1001101

Color Harmonies of #F695CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F695CB

Black with #F695CB

Text Example


Text Example

White with #F695CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F695CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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