Html Css Color HEX #F2B4EC Lavender Rose

📋 copy color: '#F2B4EC'

red 242 ◦ green 180 ◦ blue 236

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

Shades of Lavender Rose #F2B4EC

Tints of Lavender Rose #F2B4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.36%

 BLUE value IS 236 (92.58% from 255) = 35.87%

R = 36.78%
G = 27.36%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2B4EC (or 0xF2B4EC) is known color: Lavender Rose. HEX triplet: F2, B4 and EC. RGB value is (242,180,236). Sum of RGB (Red+Green+Blue) = 242+180+236=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 180 (70.70% from 255 or 27.36% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B4EC is #0D4B13. Grayscale: #CCCCCC. Windows color (decimal): -871188 or 15512818. OLE color: 15512818.

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

Color convert

RGB 242 180 236 -
CMYK 0 0.26 0.02 0.05
HSL 305.81º 0.7% 0.83% -
HSV(B) 305.81º 0.26% 0.95% -
XYZ 68.08 57.58 86.88 -
YUV 204.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 242 180 236 0 0.26 0.02 0.05 305.81 0.7 0.83
Hex F2 B4 EC 0 1A 2 5 132 46 53
Octal 362 264 354 0 32 2 5 462 106 123
Binary 11110010 10110100 11101100 0 11010 10 101 100110010 1000110 1010011

Color Harmonies of #F2B4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B4EC

Black with #F2B4EC

Text Example


Text Example

White with #F2B4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B4EC; }

 p { color: rgb(242,180,236); }

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

background-color css

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

 a { background-color: rgb(242,180,236); }

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

border-color css

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

 span { border-color: rgb(242,180,236); }

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