Html Css Color HEX #FCB0FB Lavender Rose

📋 copy color: '#FCB0FB'

red 252 ◦ green 176 ◦ blue 251

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

Shades of Lavender Rose #FCB0FB

Tints of Lavender Rose #FCB0FB

RGB

 RED value IS 252 (98.83% from 255) = 37.11%

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

 BLUE value IS 251 (98.44% from 255) = 36.97%

R = 37.11%
G = 25.92%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCB0FB (or 0xFCB0FB) is known color: Lavender Rose. HEX triplet: FC, B0 and FB. RGB value is (252,176,251). Sum of RGB (Red+Green+Blue) = 252+176+251=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 176 (69.14% from 255 or 25.92% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0FB is #034F04. Grayscale: #CFCFCF. Windows color (decimal): -216837 or 16494844. OLE color: 16494844.

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

Color convert

RGB 252 176 251 -
CMYK 0 0.30 0.00 0.01
HSL 300.79º 0.93% 0.84% -
HSV(B) 300.79º 0.3% 0.99% -
XYZ 73.08 58.71 98.75 -
YUV 207.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 252 176 251 0 0.30 0.00 0.01 300.79 0.93 0.84
Hex FC B0 FB 0 1E 0 1 12D 5D 54
Octal 374 260 373 0 36 0 1 455 135 124
Binary 11111100 10110000 11111011 0 11110 0 1 100101101 1011101 1010100

Color Harmonies of #FCB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0FB

Black with #FCB0FB

Text Example


Text Example

White with #FCB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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