Html Css Color HEX #FCB0FE Lavender Rose

📋 copy color: '#FCB0FE'

red 252 ◦ green 176 ◦ blue 254

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

Shades of Lavender Rose #FCB0FE

Tints of Lavender Rose #FCB0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.24%

R = 36.95%
G = 25.81%
B = 37.24%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCB0FE (or 0xFCB0FE) is known color: Lavender Rose. HEX triplet: FC, B0 and FE. RGB value is (252,176,254). Sum of RGB (Red+Green+Blue) = 252+176+254=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 176 (69.14% from 255 or 25.81% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0FE is #034F01. Grayscale: #CFCFCF. Windows color (decimal): -216834 or 16691452. OLE color: 16691452.

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

Color convert

RGB 252 176 254 -
CMYK 0.01 0.31 0 0.00
HSL 298.46º 0.98% 0.84% -
HSV(B) 298.46º 0.31% 1% -
XYZ 73.56 58.9 101.26 -
YUV 207.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 252 176 254 0.01 0.31 0 0.00 298.46 0.98 0.84
Hex FC B0 FE 1 1F 0 0 12A 62 54
Octal 374 260 376 1 37 0 0 452 142 124
Binary 11111100 10110000 11111110 1 11111 0 0 100101010 1100010 1010100

Color Harmonies of #FCB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0FE

Black with #FCB0FE

Text Example


Text Example

White with #FCB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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