Html Css Color HEX #F1BDC4 Azalea

📋 copy color: '#F1BDC4'

red 241 ◦ green 189 ◦ blue 196

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

Shades of Azalea #F1BDC4

Tints of Azalea #F1BDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.31%

R = 38.5%
G = 30.19%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F1BDC4 (or 0xF1BDC4) is known color: Azalea. HEX triplet: F1, BD and C4. RGB value is (241,189,196). Sum of RGB (Red+Green+Blue) = 241+189+196=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDC4 is #0E423B. Grayscale: #CDCDCD. Windows color (decimal): -934460 or 12893681. OLE color: 12893681.

HSL color Cylindrical-coordinate representation of color #F1BDC4: hue angle of 351.92º 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 #F1BDC4 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 189 196 -
CMYK 0 0.22 0.19 0.05
HSL 351.92º 0.65% 0.84% -
HSV(B) 351.92º 0.22% 0.95% -
XYZ 64.44 59.08 60.23 -
YUV 205.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 241 189 196 0 0.22 0.19 0.05 351.92 0.65 0.84
Hex F1 BD C4 0 16 13 5 160 41 54
Octal 361 275 304 0 26 23 5 540 101 124
Binary 11110001 10111101 11000100 0 10110 10011 101 101100000 1000001 1010100

Color Harmonies of #F1BDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDC4

Black with #F1BDC4

Text Example


Text Example

White with #F1BDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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