Html Css Color HEX #F9B2F0 Lavender Rose

📋 copy color: '#F9B2F0'

red 249 ◦ green 178 ◦ blue 240

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

Shades of Lavender Rose #F9B2F0

Tints of Lavender Rose #F9B2F0

RGB

 RED value IS 249 (97.66% from 255) = 37.33%

 GREEN value IS 178 (69.92% from 255) = 26.69%

 BLUE value IS 240 (94.14% from 255) = 35.98%

R = 37.33%
G = 26.69%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F9B2F0 (or 0xF9B2F0) is known color: Lavender Rose. HEX triplet: F9, B2 and F0. RGB value is (249,178,240). Sum of RGB (Red+Green+Blue) = 249+178+240=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 178 (69.92% from 255 or 26.69% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B2F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B2F0 is #064D0F. Grayscale: #CECECE. Windows color (decimal): -412944 or 15774457. OLE color: 15774457.

HSL color Cylindrical-coordinate representation of color #F9B2F0: hue angle of 307.61º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B2F0 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 178 240 -
CMYK 0 0.29 0.04 0.02
HSL 307.61º 0.86% 0.84% -
HSV(B) 307.61º 0.29% 0.98% -
XYZ 70.72 58.27 89.96 -
YUV 206.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 249 178 240 0 0.29 0.04 0.02 307.61 0.86 0.84
Hex F9 B2 F0 0 1D 4 2 134 56 54
Octal 371 262 360 0 35 4 2 464 126 124
Binary 11111001 10110010 11110000 0 11101 100 10 100110100 1010110 1010100

Color Harmonies of #F9B2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B2F0

Black with #F9B2F0

Text Example


Text Example

White with #F9B2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B2F0; }

 p { color: rgb(249,178,240); }

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

background-color css

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

 a { background-color: rgb(249,178,240); }

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

border-color css

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

 span { border-color: rgb(249,178,240); }

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