Html Css Color HEX #F9C3BD Your Pink

📋 copy color: '#F9C3BD'

red 249 ◦ green 195 ◦ blue 189

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

Shades of Your Pink #F9C3BD

Tints of Your Pink #F9C3BD

RGB

 RED value IS 249 (97.66% from 255) = 39.34%

 GREEN value IS 195 (76.56% from 255) = 30.81%

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

R = 39.34%
G = 30.81%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F9C3BD (or 0xF9C3BD) is known color: Your Pink. HEX triplet: F9, C3 and BD. RGB value is (249,195,189). Sum of RGB (Red+Green+Blue) = 249+195+189=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C3BD is #063C42. Grayscale: #D2D2D2. Windows color (decimal): -408643 or 12436473. OLE color: 12436473.

HSL color Cylindrical-coordinate representation of color #F9C3BD: hue angle of 6º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9C3BD is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 195 189 -
CMYK 0 0.22 0.24 0.02
HSL 0.83% 0.86% -
HSV(B) 0.24% 0.98% -
XYZ 67.77 62.84 56.7 -
YUV 210.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 249 195 189 0 0.22 0.24 0.02 6 0.83 0.86
Hex F9 C3 BD 0 16 18 2 6 53 56
Octal 371 303 275 0 26 30 2 6 123 126
Binary 11111001 11000011 10111101 0 10110 11000 10 110 1010011 1010110

Color Harmonies of #F9C3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C3BD

Black with #F9C3BD

Text Example


Text Example

White with #F9C3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C3BD; }

 p { color: rgb(249,195,189); }

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

background-color css

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

 a { background-color: rgb(249,195,189); }

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

border-color css

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

 span { border-color: rgb(249,195,189); }

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