Html Css Color HEX #FCB2FC Lavender Rose

📋 copy color: '#FCB2FC'

red 252 ◦ green 178 ◦ blue 252

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

Shades of Lavender Rose #FCB2FC

Tints of Lavender Rose #FCB2FC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.1%

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

R = 36.95%
G = 26.1%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCB2FC (or 0xFCB2FC) is known color: Lavender Rose. HEX triplet: FC, B2 and FC. RGB value is (252,178,252). Sum of RGB (Red+Green+Blue) = 252+178+252=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 178 (69.92% from 255 or 26.10% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCB2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB2FC is #034D03. Grayscale: #D0D0D0. Windows color (decimal): -216324 or 16560892. OLE color: 16560892.

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

Color convert

RGB 252 178 252 -
CMYK 0 0.29 0 0.01
HSL 300º 0.93% 0.84% -
HSV(B) 300º 0.29% 0.99% -
XYZ 73.64 59.56 99.71 -
YUV 208.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 252 178 252 0 0.29 0 0.01 300 0.93 0.84
Hex FC B2 FC 0 1D 0 1 12C 5C 54
Octal 374 262 374 0 35 0 1 454 134 124
Binary 11111100 10110010 11111100 0 11101 0 1 100101100 1011100 1010100

Color Harmonies of #FCB2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2FC

Black with #FCB2FC

Text Example


Text Example

White with #FCB2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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