Html Css Color HEX #FCB3F0 Lavender Rose

📋 copy color: '#FCB3F0'

red 252 ◦ green 179 ◦ blue 240

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

Shades of Lavender Rose #FCB3F0

Tints of Lavender Rose #FCB3F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.77%

R = 37.56%
G = 26.68%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCB3F0 (or 0xFCB3F0) is known color: Lavender Rose. HEX triplet: FC, B3 and F0. RGB value is (252,179,240). Sum of RGB (Red+Green+Blue) = 252+179+240=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 179 (70.31% from 255 or 26.68% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB3F0 is #034C0F. Grayscale: #CFCFCF. Windows color (decimal): -216080 or 15774716. OLE color: 15774716.

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

Color convert

RGB 252 179 240 -
CMYK 0 0.29 0.05 0.01
HSL 309.86º 0.92% 0.85% -
HSV(B) 309.86º 0.29% 0.99% -
XYZ 71.99 59.23 90.08 -
YUV 207.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 252 179 240 0 0.29 0.05 0.01 309.86 0.92 0.85
Hex FC B3 F0 0 1D 5 1 136 5C 55
Octal 374 263 360 0 35 5 1 466 134 125
Binary 11111100 10110011 11110000 0 11101 101 1 100110110 1011100 1010101

Color Harmonies of #FCB3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3F0

Black with #FCB3F0

Text Example


Text Example

White with #FCB3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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