Html Css Color HEX #FFB2FC Lavender Rose

📋 copy color: '#FFB2FC'

red 255 ◦ green 178 ◦ blue 252

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

Shades of Lavender Rose #FFB2FC

Tints of Lavender Rose #FFB2FC

RGB

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

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

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

R = 37.23%
G = 25.99%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFB2FC (or 0xFFB2FC) is known color: Lavender Rose. HEX triplet: FF, B2 and FC. RGB value is (255,178,252). Sum of RGB (Red+Green+Blue) = 255+178+252=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 178 (69.92% from 255 or 25.99% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2FC is #004D03. Grayscale: #D1D1D1. Windows color (decimal): -19716 or 16560895. OLE color: 16560895.

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

Color convert

RGB 255 178 252 -
CMYK 0 0.30 0.01 0
HSL 302.34º 1% 0.85% -
HSV(B) 302.34º 0.3% 1% -
XYZ 74.73 60.13 99.76 -
YUV 209.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 255 178 252 0 0.30 0.01 0 302.34 1 0.85
Hex FF B2 FC 0 1E 1 0 12E 64 55
Octal 377 262 374 0 36 1 0 456 144 125
Binary 11111111 10110010 11111100 0 11110 1 0 100101110 1100100 1010101

Color Harmonies of #FFB2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2FC

Black with #FFB2FC

Text Example


Text Example

White with #FFB2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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