Html Css Color HEX #F4BCC3 Azalea

📋 copy color: '#F4BCC3'

red 244 ◦ green 188 ◦ blue 195

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

Shades of Azalea #F4BCC3

Tints of Azalea #F4BCC3

RGB

 RED value IS 244 (95.7% from 255) = 38.92%

 GREEN value IS 188 (73.83% from 255) = 29.98%

 BLUE value IS 195 (76.56% from 255) = 31.1%

R = 38.92%
G = 29.98%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F4BCC3 (or 0xF4BCC3) is known color: Azalea. HEX triplet: F4, BC and C3. RGB value is (244,188,195). Sum of RGB (Red+Green+Blue) = 244+188+195=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCC3 is #0B433C. Grayscale: #CDCDCD. Windows color (decimal): -738109 or 12827892. OLE color: 12827892.

HSL color Cylindrical-coordinate representation of color #F4BCC3: hue angle of 352.5º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BCC3 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 188 195 -
CMYK 0 0.23 0.20 0.04
HSL 352.5º 0.72% 0.85% -
HSV(B) 352.5º 0.23% 0.96% -
XYZ 65.14 59.14 59.61 -
YUV 205.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 244 188 195 0 0.23 0.20 0.04 352.5 0.72 0.85
Hex F4 BC C3 0 17 14 4 160 48 55
Octal 364 274 303 0 27 24 4 540 110 125
Binary 11110100 10111100 11000011 0 10111 10100 100 101100000 1001000 1010101

Color Harmonies of #F4BCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BCC3

Black with #F4BCC3

Text Example


Text Example

White with #F4BCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BCC3; }

 p { color: rgb(244,188,195); }

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

background-color css

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

 a { background-color: rgb(244,188,195); }

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

border-color css

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

 span { border-color: rgb(244,188,195); }

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