Html Css Color HEX #FCBCE9 Lavender Rose

📋 copy color: '#FCBCE9'

red 252 ◦ green 188 ◦ blue 233

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

Shades of Lavender Rose #FCBCE9

Tints of Lavender Rose #FCBCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.62%

R = 37.44%
G = 27.93%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCBCE9 (or 0xFCBCE9) is known color: Lavender Rose. HEX triplet: FC, BC and E9. RGB value is (252,188,233). Sum of RGB (Red+Green+Blue) = 252+188+233=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCE9 is #034316. Grayscale: #D4D4D4. Windows color (decimal): -213783 or 15318268. OLE color: 15318268.

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

Color convert

RGB 252 188 233 -
CMYK 0 0.25 0.08 0.01
HSL 317.81º 0.91% 0.86% -
HSV(B) 317.81º 0.25% 0.99% -
XYZ 72.84 62.55 85.32 -
YUV 212.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 252 188 233 0 0.25 0.08 0.01 317.81 0.91 0.86
Hex FC BC E9 0 19 8 1 13E 5B 56
Octal 374 274 351 0 31 10 1 476 133 126
Binary 11111100 10111100 11101001 0 11001 1000 1 100111110 1011011 1010110

Color Harmonies of #FCBCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCE9

Black with #FCBCE9

Text Example


Text Example

White with #FCBCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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