Html Css Color HEX #FCB3FA Lavender Rose

📋 copy color: '#FCB3FA'

red 252 ◦ green 179 ◦ blue 250

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

Shades of Lavender Rose #FCB3FA

Tints of Lavender Rose #FCB3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.28%

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

R = 37%
G = 26.28%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCB3FA (or 0xFCB3FA) is known color: Lavender Rose. HEX triplet: FC, B3 and FA. RGB value is (252,179,250). Sum of RGB (Red+Green+Blue) = 252+179+250=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 179 (70.31% from 255 or 26.28% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB3FA is #034C05. Grayscale: #D0D0D0. Windows color (decimal): -216070 or 16430076. OLE color: 16430076.

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

Color convert

RGB 252 179 250 -
CMYK 0 0.29 0.01 0.01
HSL 301.64º 0.92% 0.85% -
HSV(B) 301.64º 0.29% 0.99% -
XYZ 73.52 59.84 98.12 -
YUV 208.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 252 179 250 0 0.29 0.01 0.01 301.64 0.92 0.85
Hex FC B3 FA 0 1D 1 1 12E 5C 55
Octal 374 263 372 0 35 1 1 456 134 125
Binary 11111100 10110011 11111010 0 11101 1 1 100101110 1011100 1010101

Color Harmonies of #FCB3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3FA

Black with #FCB3FA

Text Example


Text Example

White with #FCB3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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