Html Css Color HEX #FCBCF2 Lavender Rose

📋 copy color: '#FCBCF2'

red 252 ◦ green 188 ◦ blue 242

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

Shades of Lavender Rose #FCBCF2

Tints of Lavender Rose #FCBCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.48%

R = 36.95%
G = 27.57%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCBCF2 (or 0xFCBCF2) is known color: Lavender Rose. HEX triplet: FC, BC and F2. RGB value is (252,188,242). Sum of RGB (Red+Green+Blue) = 252+188+242=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 188 (73.83% from 255 or 27.57% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCF2 is #03430D. Grayscale: #D5D5D5. Windows color (decimal): -213774 or 15908092. OLE color: 15908092.

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

Color convert

RGB 252 188 242 -
CMYK 0 0.25 0.04 0.01
HSL 309.38º 0.91% 0.86% -
HSV(B) 309.38º 0.25% 0.99% -
XYZ 74.16 63.07 92.27 -
YUV 213.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 252 188 242 0 0.25 0.04 0.01 309.38 0.91 0.86
Hex FC BC F2 0 19 4 1 135 5B 56
Octal 374 274 362 0 31 4 1 465 133 126
Binary 11111100 10111100 11110010 0 11001 100 1 100110101 1011011 1010110

Color Harmonies of #FCBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCF2

Black with #FCBCF2

Text Example


Text Example

White with #FCBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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