Html Css Color HEX #F2B0EE Lavender Rose

📋 copy color: '#F2B0EE'

red 242 ◦ green 176 ◦ blue 238

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

Shades of Lavender Rose #F2B0EE

Tints of Lavender Rose #F2B0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.83%

 BLUE value IS 238 (93.36% from 255) = 36.28%

R = 36.89%
G = 26.83%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2B0EE (or 0xF2B0EE) is known color: Lavender Rose. HEX triplet: F2, B0 and EE. RGB value is (242,176,238). Sum of RGB (Red+Green+Blue) = 242+176+238=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2B0EE is #0D4F11. Grayscale: #CACACA. Windows color (decimal): -872210 or 15642866. OLE color: 15642866.

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

Color convert

RGB 242 176 238 -
CMYK 0 0.27 0.02 0.05
HSL 303.64º 0.72% 0.82% -
HSV(B) 303.64º 0.27% 0.95% -
XYZ 67.58 56.1 88.16 -
YUV 202.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 242 176 238 0 0.27 0.02 0.05 303.64 0.72 0.82
Hex F2 B0 EE 0 1B 2 5 130 48 52
Octal 362 260 356 0 33 2 5 460 110 122
Binary 11110010 10110000 11101110 0 11011 10 101 100110000 1001000 1010010

Color Harmonies of #F2B0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B0EE

Black with #F2B0EE

Text Example


Text Example

White with #F2B0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B0EE; }

 p { color: rgb(242,176,238); }

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

background-color css

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

 a { background-color: rgb(242,176,238); }

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

border-color css

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

 span { border-color: rgb(242,176,238); }

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