Html Css Color HEX #FCBEEC Lavender Rose

📋 copy color: '#FCBEEC'

red 252 ◦ green 190 ◦ blue 236

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

Shades of Lavender Rose #FCBEEC

Tints of Lavender Rose #FCBEEC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.02%

 BLUE value IS 236 (92.58% from 255) = 34.81%

R = 37.17%
G = 28.02%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCBEEC (or 0xFCBEEC) is known color: Lavender Rose. HEX triplet: FC, BE and EC. RGB value is (252,190,236). Sum of RGB (Red+Green+Blue) = 252+190+236=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 190 (74.61% from 255 or 28.02% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEEC is #034113. Grayscale: #D5D5D5. Windows color (decimal): -213268 or 15515388. OLE color: 15515388.

HSL color Cylindrical-coordinate representation of color #FCBEEC: hue angle of 315.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEEC is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 190 236 -
CMYK 0 0.25 0.06 0.01
HSL 315.48º 0.91% 0.87% -
HSV(B) 315.48º 0.25% 0.99% -
XYZ 73.7 63.58 87.74 -
YUV 213.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 252 190 236 0 0.25 0.06 0.01 315.48 0.91 0.87
Hex FC BE EC 0 19 6 1 13B 5B 57
Octal 374 276 354 0 31 6 1 473 133 127
Binary 11111100 10111110 11101100 0 11001 110 1 100111011 1011011 1010111

Color Harmonies of #FCBEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEEC

Black with #FCBEEC

Text Example


Text Example

White with #FCBEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEEC; }

 p { color: rgb(252,190,236); }

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

background-color css

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

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

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

border-color css

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

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

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