Html Css Color HEX #FCB2EF Lavender Rose

📋 copy color: '#FCB2EF'

red 252 ◦ green 178 ◦ blue 239

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

Shades of Lavender Rose #FCB2EF

Tints of Lavender Rose #FCB2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.72%

R = 37.67%
G = 26.61%
B = 35.72%

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

#FCB2EF (or 0xFCB2EF) is known color: Lavender Rose. HEX triplet: FC, B2 and EF. RGB value is (252,178,239). Sum of RGB (Red+Green+Blue) = 252+178+239=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 178 (69.92% from 255 or 26.61% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB2EF is #034D10. Grayscale: #CECECE. Windows color (decimal): -216337 or 15708924. OLE color: 15708924.

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

Color convert

RGB 252 178 239 -
CMYK 0 0.29 0.05 0.01
HSL 310.54º 0.93% 0.84% -
HSV(B) 310.54º 0.29% 0.99% -
XYZ 71.65 58.77 89.23 -
YUV 207.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 252 178 239 0 0.29 0.05 0.01 310.54 0.93 0.84
Hex FC B2 EF 0 1D 5 1 137 5C 54
Octal 374 262 357 0 35 5 1 467 134 124
Binary 11111100 10110010 11101111 0 11101 101 1 100110111 1011100 1010100

Color Harmonies of #FCB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2EF

Black with #FCB2EF

Text Example


Text Example

White with #FCB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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