Html Css Color HEX #FCB0FA Lavender Rose

📋 copy color: '#FCB0FA'

red 252 ◦ green 176 ◦ blue 250

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

Shades of Lavender Rose #FCB0FA

Tints of Lavender Rose #FCB0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.87%

R = 37.17%
G = 25.96%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCB0FA (or 0xFCB0FA) is known color: Lavender Rose. HEX triplet: FC, B0 and FA. RGB value is (252,176,250). Sum of RGB (Red+Green+Blue) = 252+176+250=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 176 (69.14% from 255 or 25.96% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0FA is #034F05. Grayscale: #CECECE. Windows color (decimal): -216838 or 16429308. OLE color: 16429308.

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

Color convert

RGB 252 176 250 -
CMYK 0 0.30 0.01 0.01
HSL 301.58º 0.93% 0.84% -
HSV(B) 301.58º 0.3% 0.99% -
XYZ 72.93 58.65 97.92 -
YUV 207.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 252 176 250 0 0.30 0.01 0.01 301.58 0.93 0.84
Hex FC B0 FA 0 1E 1 1 12E 5D 54
Octal 374 260 372 0 36 1 1 456 135 124
Binary 11111100 10110000 11111010 0 11110 1 1 100101110 1011101 1010100

Color Harmonies of #FCB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0FA

Black with #FCB0FA

Text Example


Text Example

White with #FCB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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