Html Css Color HEX #FCB7FC Lavender Rose

📋 copy color: '#FCB7FC'

red 252 ◦ green 183 ◦ blue 252

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

Shades of Lavender Rose #FCB7FC

Tints of Lavender Rose #FCB7FC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 26.64%

 BLUE value IS 252 (98.83% from 255) = 36.68%

R = 36.68%
G = 26.64%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCB7FC (or 0xFCB7FC) is known color: Lavender Rose. HEX triplet: FC, B7 and FC. RGB value is (252,183,252). Sum of RGB (Red+Green+Blue) = 252+183+252=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 183 (71.88% from 255 or 26.64% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCB7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7FC is #034803. Grayscale: #D3D3D3. Windows color (decimal): -215044 or 16562172. OLE color: 16562172.

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

Color convert

RGB 252 183 252 -
CMYK 0 0.27 0 0.01
HSL 300º 0.92% 0.85% -
HSV(B) 300º 0.27% 0.99% -
XYZ 74.65 61.59 100.05 -
YUV 211.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 252 183 252 0 0.27 0 0.01 300 0.92 0.85
Hex FC B7 FC 0 1B 0 1 12C 5C 55
Octal 374 267 374 0 33 0 1 454 134 125
Binary 11111100 10110111 11111100 0 11011 0 1 100101100 1011100 1010101

Color Harmonies of #FCB7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7FC

Black with #FCB7FC

Text Example


Text Example

White with #FCB7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7FC; }

 p { color: rgb(252,183,252); }

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

background-color css

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

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

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

border-color css

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

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

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