Html Css Color HEX #FFB0FA Lavender Rose

📋 copy color: '#FFB0FA'

red 255 ◦ green 176 ◦ blue 250

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

Shades of Lavender Rose #FFB0FA

Tints of Lavender Rose #FFB0FA

RGB

 RED value IS 255 (100% from 255) = 37.44%

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

 BLUE value IS 250 (98.05% from 255) = 36.71%

R = 37.44%
G = 25.84%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFB0FA (or 0xFFB0FA) is known color: Lavender Rose. HEX triplet: FF, B0 and FA. RGB value is (255,176,250). Sum of RGB (Red+Green+Blue) = 255+176+250=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 176 (69.14% from 255 or 25.84% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0FA is #004F05. Grayscale: #CFCFCF. Windows color (decimal): -20230 or 16429311. OLE color: 16429311.

HSL color Cylindrical-coordinate representation of color #FFB0FA: hue angle of 303.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0FA is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 250 -
CMYK 0 0.31 0.02 0
HSL 303.8º 1% 0.85% -
HSV(B) 303.8º 0.31% 1% -
XYZ 74.02 59.21 97.97 -
YUV 208.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 255 176 250 0 0.31 0.02 0 303.8 1 0.85
Hex FF B0 FA 0 1F 2 0 130 64 55
Octal 377 260 372 0 37 2 0 460 144 125
Binary 11111111 10110000 11111010 0 11111 10 0 100110000 1100100 1010101

Color Harmonies of #FFB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB0FA

Black with #FFB0FA

Text Example


Text Example

White with #FFB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB0FA; }

 p { color: rgb(255,176,250); }

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

background-color css

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

 a { background-color: rgb(255,176,250); }

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

border-color css

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

 span { border-color: rgb(255,176,250); }

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