Html Css Color HEX #F9B9C3 Light Pink

📋 copy color: '#F9B9C3'

red 249 ◦ green 185 ◦ blue 195

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

Shades of Light Pink #F9B9C3

Tints of Light Pink #F9B9C3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.41%

 BLUE value IS 195 (76.56% from 255) = 31%

R = 39.59%
G = 29.41%
B = 31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F9B9C3 (or 0xF9B9C3) is known color: Light Pink. HEX triplet: F9, B9 and C3. RGB value is (249,185,195). Sum of RGB (Red+Green+Blue) = 249+185+195=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 195 (76.56% from 255 or 31.00% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B9C3 is #06463C. Grayscale: #CDCDCD. Windows color (decimal): -411197 or 12827129. OLE color: 12827129.

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

Color convert

RGB 249 185 195 -
CMYK 0 0.26 0.22 0.02
HSL 350.63º 0.84% 0.85% -
HSV(B) 350.63º 0.26% 0.98% -
XYZ 66.27 58.78 59.48 -
YUV 205.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 249 185 195 0 0.26 0.22 0.02 350.63 0.84 0.85
Hex F9 B9 C3 0 1A 16 2 15F 54 55
Octal 371 271 303 0 32 26 2 537 124 125
Binary 11111001 10111001 11000011 0 11010 10110 10 101011111 1010100 1010101

Color Harmonies of #F9B9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B9C3

Black with #F9B9C3

Text Example


Text Example

White with #F9B9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B9C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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