Html Css Color HEX #F0B2B3 Blossom

📋 copy color: '#F0B2B3'

red 240 ◦ green 178 ◦ blue 179

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

Shades of Blossom #F0B2B3

Tints of Blossom #F0B2B3

RGB

 RED value IS 240 (94.14% from 255) = 40.2%

 GREEN value IS 178 (69.92% from 255) = 29.82%

 BLUE value IS 179 (70.31% from 255) = 29.98%

R = 40.2%
G = 29.82%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F0B2B3 (or 0xF0B2B3) is known color: Blossom. HEX triplet: F0, B2 and B3. RGB value is (240,178,179). Sum of RGB (Red+Green+Blue) = 240+178+179=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2B3 is #0F4D4C. Grayscale: #C4C4C4. Windows color (decimal): -1002829 or 11776752. OLE color: 11776752.

HSL color Cylindrical-coordinate representation of color #F0B2B3: hue angle of 359.03º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B2B3 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 178 179 -
CMYK 0 0.26 0.25 0.06
HSL 359.03º 0.67% 0.82% -
HSV(B) 359.03º 0.26% 0.94% -
XYZ 59.99 53.62 49.84 -
YUV 196.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 240 178 179 0 0.26 0.25 0.06 359.03 0.67 0.82
Hex F0 B2 B3 0 1A 19 6 167 43 52
Octal 360 262 263 0 32 31 6 547 103 122
Binary 11110000 10110010 10110011 0 11010 11001 110 101100111 1000011 1010010

Color Harmonies of #F0B2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B2B3

Black with #F0B2B3

Text Example


Text Example

White with #F0B2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B2B3; }

 p { color: rgb(240,178,179); }

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

background-color css

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

 a { background-color: rgb(240,178,179); }

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

border-color css

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

 span { border-color: rgb(240,178,179); }

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