Html Css Color HEX #FFB0FC Lavender Rose

📋 copy color: '#FFB0FC'

red 255 ◦ green 176 ◦ blue 252

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

Shades of Lavender Rose #FFB0FC

Tints of Lavender Rose #FFB0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.9%

R = 37.34%
G = 25.77%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFB0FC (or 0xFFB0FC) is known color: Lavender Rose. HEX triplet: FF, B0 and FC. RGB value is (255,176,252). Sum of RGB (Red+Green+Blue) = 255+176+252=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 176 (69.14% from 255 or 25.77% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB0FC is #004F03. Grayscale: #D0D0D0. Windows color (decimal): -20228 or 16560383. OLE color: 16560383.

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

Color convert

RGB 255 176 252 -
CMYK 0 0.31 0.01 0
HSL 302.28º 1% 0.85% -
HSV(B) 302.28º 0.31% 1% -
XYZ 74.34 59.34 99.63 -
YUV 208.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 255 176 252 0 0.31 0.01 0 302.28 1 0.85
Hex FF B0 FC 0 1F 1 0 12E 64 55
Octal 377 260 374 0 37 1 0 456 144 125
Binary 11111111 10110000 11111100 0 11111 1 0 100101110 1100100 1010101

Color Harmonies of #FFB0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB0FC

Black with #FFB0FC

Text Example


Text Example

White with #FFB0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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