Html Css Color HEX #F3C5BD Your Pink

📋 copy color: '#F3C5BD'

red 243 ◦ green 197 ◦ blue 189

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

Shades of Your Pink #F3C5BD

Tints of Your Pink #F3C5BD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.32%

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

R = 38.63%
G = 31.32%
B = 30.05%

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

#F3C5BD (or 0xF3C5BD) is known color: Your Pink. HEX triplet: F3, C5 and BD. RGB value is (243,197,189). Sum of RGB (Red+Green+Blue) = 243+197+189=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5BD is #0C3A42. Grayscale: #D1D1D1. Windows color (decimal): -801347 or 12436979. OLE color: 12436979.

HSL color Cylindrical-coordinate representation of color #F3C5BD: hue angle of 8.89º 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 #F3C5BD is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 197 189 -
CMYK 0 0.19 0.22 0.05
HSL 8.89º 0.69% 0.85% -
HSV(B) 8.89º 0.22% 0.95% -
XYZ 66.11 62.66 56.75 -
YUV 209.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 243 197 189 0 0.19 0.22 0.05 8.89 0.69 0.85
Hex F3 C5 BD 0 13 16 5 9 45 55
Octal 363 305 275 0 23 26 5 11 105 125
Binary 11110011 11000101 10111101 0 10011 10110 101 1001 1000101 1010101

Color Harmonies of #F3C5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C5BD

Black with #F3C5BD

Text Example


Text Example

White with #F3C5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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