Html Css Color HEX #FCBCEB Lavender Rose

📋 copy color: '#FCBCEB'

red 252 ◦ green 188 ◦ blue 235

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

Shades of Lavender Rose #FCBCEB

Tints of Lavender Rose #FCBCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.85%

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 37.33%
G = 27.85%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCBCEB (or 0xFCBCEB) is known color: Lavender Rose. HEX triplet: FC, BC and EB. RGB value is (252,188,235). Sum of RGB (Red+Green+Blue) = 252+188+235=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 188 (73.83% from 255 or 27.85% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCEB is #034314. Grayscale: #D4D4D4. Windows color (decimal): -213781 or 15449340. OLE color: 15449340.

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

Color convert

RGB 252 188 235 -
CMYK 0 0.25 0.07 0.01
HSL 315.94º 0.91% 0.86% -
HSV(B) 315.94º 0.25% 0.99% -
XYZ 73.12 62.66 86.84 -
YUV 212.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 252 188 235 0 0.25 0.07 0.01 315.94 0.91 0.86
Hex FC BC EB 0 19 7 1 13C 5B 56
Octal 374 274 353 0 31 7 1 474 133 126
Binary 11111100 10111100 11101011 0 11001 111 1 100111100 1011011 1010110

Color Harmonies of #FCBCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCEB

Black with #FCBCEB

Text Example


Text Example

White with #FCBCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCEB; }

 p { color: rgb(252,188,235); }

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

background-color css

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

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

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

border-color css

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

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

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