Html Css Color HEX #F3B0B4 Light Pink

📋 copy color: '#F3B0B4'

red 243 ◦ green 176 ◦ blue 180

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

Shades of Light Pink #F3B0B4

Tints of Light Pink #F3B0B4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.38%

 BLUE value IS 180 (70.7% from 255) = 30.05%

R = 40.57%
G = 29.38%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F3B0B4 (or 0xF3B0B4) is known color: Light Pink. HEX triplet: F3, B0 and B4. RGB value is (243,176,180). Sum of RGB (Red+Green+Blue) = 243+176+180=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0B4 is #0C4F4B. Grayscale: #C4C4C4. Windows color (decimal): -806732 or 11841779. OLE color: 11841779.

HSL color Cylindrical-coordinate representation of color #F3B0B4: hue angle of 356.42º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3B0B4 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 176 180 -
CMYK 0 0.28 0.26 0.05
HSL 356.42º 0.74% 0.82% -
HSV(B) 356.42º 0.28% 0.95% -
XYZ 60.73 53.4 50.29 -
YUV 196.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 243 176 180 0 0.28 0.26 0.05 356.42 0.74 0.82
Hex F3 B0 B4 0 1C 1A 5 164 4A 52
Octal 363 260 264 0 34 32 5 544 112 122
Binary 11110011 10110000 10110100 0 11100 11010 101 101100100 1001010 1010010

Color Harmonies of #F3B0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B0B4

Black with #F3B0B4

Text Example


Text Example

White with #F3B0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B0B4; }

 p { color: rgb(243,176,180); }

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

background-color css

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

 a { background-color: rgb(243,176,180); }

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

border-color css

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

 span { border-color: rgb(243,176,180); }

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