Html Css Color HEX #F2ADB2 Blossom

📋 copy color: '#F2ADB2'

red 242 ◦ green 173 ◦ blue 178

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

Shades of Blossom #F2ADB2

Tints of Blossom #F2ADB2

RGB

 RED value IS 242 (94.92% from 255) = 40.81%

 GREEN value IS 173 (67.97% from 255) = 29.17%

 BLUE value IS 178 (69.92% from 255) = 30.02%

R = 40.81%
G = 29.17%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F2ADB2 (or 0xF2ADB2) is known color: Blossom. HEX triplet: F2, AD and B2. RGB value is (242,173,178). Sum of RGB (Red+Green+Blue) = 242+173+178=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADB2 is #0D524D. Grayscale: #C2C2C2. Windows color (decimal): -873038 or 11709938. OLE color: 11709938.

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

Color convert

RGB 242 173 178 -
CMYK 0 0.29 0.26 0.05
HSL 355.65º 0.73% 0.81% -
HSV(B) 355.65º 0.29% 0.95% -
XYZ 59.6 51.98 49.01 -
YUV 194.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 242 173 178 0 0.29 0.26 0.05 355.65 0.73 0.81
Hex F2 AD B2 0 1D 1A 5 164 49 51
Octal 362 255 262 0 35 32 5 544 111 121
Binary 11110010 10101101 10110010 0 11101 11010 101 101100100 1001001 1010001

Color Harmonies of #F2ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADB2

Black with #F2ADB2

Text Example


Text Example

White with #F2ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADB2; }

 p { color: rgb(242,173,178); }

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

background-color css

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

 a { background-color: rgb(242,173,178); }

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

border-color css

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

 span { border-color: rgb(242,173,178); }

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