Html Css Color HEX #F2BFC2 Azalea

📋 copy color: '#F2BFC2'

red 242 ◦ green 191 ◦ blue 194

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

Shades of Azalea #F2BFC2

Tints of Azalea #F2BFC2

RGB

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

 GREEN value IS 191 (75% from 255) = 30.46%

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

R = 38.6%
G = 30.46%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F2BFC2 (or 0xF2BFC2) is known color: Azalea. HEX triplet: F2, BF and C2. RGB value is (242,191,194). Sum of RGB (Red+Green+Blue) = 242+191+194=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFC2 is #0D403D. Grayscale: #CECECE. Windows color (decimal): -868414 or 12763122. OLE color: 12763122.

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

Color convert

RGB 242 191 194 -
CMYK 0 0.21 0.20 0.05
HSL 356.47º 0.66% 0.85% -
HSV(B) 356.47º 0.21% 0.95% -
XYZ 64.99 60.03 59.2 -
YUV 206.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 242 191 194 0 0.21 0.20 0.05 356.47 0.66 0.85
Hex F2 BF C2 0 15 14 5 164 42 55
Octal 362 277 302 0 25 24 5 544 102 125
Binary 11110010 10111111 11000010 0 10101 10100 101 101100100 1000010 1010101

Color Harmonies of #F2BFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BFC2

Black with #F2BFC2

Text Example


Text Example

White with #F2BFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BFC2; }

 p { color: rgb(242,191,194); }

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

background-color css

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

 a { background-color: rgb(242,191,194); }

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

border-color css

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

 span { border-color: rgb(242,191,194); }

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