Html Css Color HEX #F1BDC2 Azalea

📋 copy color: '#F1BDC2'

red 241 ◦ green 189 ◦ blue 194

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

Shades of Azalea #F1BDC2

Tints of Azalea #F1BDC2

RGB

 RED value IS 241 (94.53% from 255) = 38.62%

 GREEN value IS 189 (74.22% from 255) = 30.29%

 BLUE value IS 194 (76.17% from 255) = 31.09%

R = 38.62%
G = 30.29%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F1BDC2 (or 0xF1BDC2) is known color: Azalea. HEX triplet: F1, BD and C2. RGB value is (241,189,194). Sum of RGB (Red+Green+Blue) = 241+189+194=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDC2 is #0E423D. Grayscale: #CDCDCD. Windows color (decimal): -934462 or 12762609. OLE color: 12762609.

HSL color Cylindrical-coordinate representation of color #F1BDC2: hue angle of 354.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BDC2 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 189 194 -
CMYK 0 0.22 0.20 0.05
HSL 354.23º 0.65% 0.84% -
HSV(B) 354.23º 0.22% 0.95% -
XYZ 64.21 58.99 59.04 -
YUV 205.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 241 189 194 0 0.22 0.20 0.05 354.23 0.65 0.84
Hex F1 BD C2 0 16 14 5 162 41 54
Octal 361 275 302 0 26 24 5 542 101 124
Binary 11110001 10111101 11000010 0 10110 10100 101 101100010 1000001 1010100

Color Harmonies of #F1BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDC2

Black with #F1BDC2

Text Example


Text Example

White with #F1BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDC2; }

 p { color: rgb(241,189,194); }

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

background-color css

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

 a { background-color: rgb(241,189,194); }

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

border-color css

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

 span { border-color: rgb(241,189,194); }

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