Html Css Color HEX #F3C6BD Your Pink

📋 copy color: '#F3C6BD'

red 243 ◦ green 198 ◦ blue 189

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

Shades of Your Pink #F3C6BD

Tints of Your Pink #F3C6BD

RGB

 RED value IS 243 (95.31% from 255) = 38.57%

 GREEN value IS 198 (77.73% from 255) = 31.43%

 BLUE value IS 189 (74.22% from 255) = 30%

R = 38.57%
G = 31.43%
B = 30%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F3C6BD (or 0xF3C6BD) is known color: Your Pink. HEX triplet: F3, C6 and BD. RGB value is (243,198,189). Sum of RGB (Red+Green+Blue) = 243+198+189=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C6BD is #0C3942. Grayscale: #D2D2D2. Windows color (decimal): -801091 or 12437235. OLE color: 12437235.

HSL color Cylindrical-coordinate representation of color #F3C6BD: hue angle of 10º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3C6BD is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 198 189 -
CMYK 0 0.19 0.22 0.05
HSL 10º 0.69% 0.85% -
HSV(B) 10º 0.22% 0.95% -
XYZ 66.34 63.12 56.83 -
YUV 210.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 243 198 189 0 0.19 0.22 0.05 10 0.69 0.85
Hex F3 C6 BD 0 13 16 5 A 45 55
Octal 363 306 275 0 23 26 5 12 105 125
Binary 11110011 11000110 10111101 0 10011 10110 101 1010 1000101 1010101

Color Harmonies of #F3C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C6BD

Black with #F3C6BD

Text Example


Text Example

White with #F3C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C6BD; }

 p { color: rgb(243,198,189); }

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

background-color css

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

 a { background-color: rgb(243,198,189); }

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

border-color css

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

 span { border-color: rgb(243,198,189); }

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