Html Css Color HEX #FFB0F4 Lavender Rose

📋 copy color: '#FFB0F4'

red 255 ◦ green 176 ◦ blue 244

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

Shades of Lavender Rose #FFB0F4

Tints of Lavender Rose #FFB0F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.15%

R = 37.78%
G = 26.07%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFB0F4 (or 0xFFB0F4) is known color: Lavender Rose. HEX triplet: FF, B0 and F4. RGB value is (255,176,244). Sum of RGB (Red+Green+Blue) = 255+176+244=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 176 (69.14% from 255 or 26.07% from 675); Blue value is 244 (95.70% from 255 or 36.15% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0F4 is #004F0B. Grayscale: #CFCFCF. Windows color (decimal): -20236 or 16036095. OLE color: 16036095.

HSL color Cylindrical-coordinate representation of color #FFB0F4: hue angle of 308.35º 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 #FFB0F4 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 244 -
CMYK 0 0.31 0.04 0
HSL 308.35º 1% 0.85% -
HSV(B) 308.35º 0.31% 1% -
XYZ 73.09 58.84 93.09 -
YUV 207.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 255 176 244 0 0.31 0.04 0 308.35 1 0.85
Hex FF B0 F4 0 1F 4 0 134 64 55
Octal 377 260 364 0 37 4 0 464 144 125
Binary 11111111 10110000 11110100 0 11111 100 0 100110100 1100100 1010101

Color Harmonies of #FFB0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB0F4

Black with #FFB0F4

Text Example


Text Example

White with #FFB0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB0F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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