Html Css Color HEX #FCB2FA Lavender Rose

📋 copy color: '#FCB2FA'

red 252 ◦ green 178 ◦ blue 250

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

Shades of Lavender Rose #FCB2FA

Tints of Lavender Rose #FCB2FA

RGB

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

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

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

R = 37.06%
G = 26.18%
B = 36.76%

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

#FCB2FA (or 0xFCB2FA) is known color: Lavender Rose. HEX triplet: FC, B2 and FA. RGB value is (252,178,250). Sum of RGB (Red+Green+Blue) = 252+178+250=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 178 (69.92% from 255 or 26.18% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB2FA is #034D05. Grayscale: #D0D0D0. Windows color (decimal): -216326 or 16429820. OLE color: 16429820.

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

Color convert

RGB 252 178 250 -
CMYK 0 0.29 0.01 0.01
HSL 301.62º 0.93% 0.84% -
HSV(B) 301.62º 0.29% 0.99% -
XYZ 73.32 59.44 98.05 -
YUV 208.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 252 178 250 0 0.29 0.01 0.01 301.62 0.93 0.84
Hex FC B2 FA 0 1D 1 1 12E 5C 54
Octal 374 262 372 0 35 1 1 456 134 124
Binary 11111100 10110010 11111010 0 11101 1 1 100101110 1011100 1010100

Color Harmonies of #FCB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2FA

Black with #FCB2FA

Text Example


Text Example

White with #FCB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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