Html Css Color HEX #FCBCF1 Lavender Rose

📋 copy color: '#FCBCF1'

red 252 ◦ green 188 ◦ blue 241

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

Shades of Lavender Rose #FCBCF1

Tints of Lavender Rose #FCBCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.39%

R = 37%
G = 27.61%
B = 35.39%

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

#FCBCF1 (or 0xFCBCF1) is known color: Lavender Rose. HEX triplet: FC, BC and F1. RGB value is (252,188,241). Sum of RGB (Red+Green+Blue) = 252+188+241=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 188 (73.83% from 255 or 27.61% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCF1 is #03430E. Grayscale: #D5D5D5. Windows color (decimal): -213775 or 15842556. OLE color: 15842556.

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

Color convert

RGB 252 188 241 -
CMYK 0 0.25 0.04 0.01
HSL 310.31º 0.91% 0.86% -
HSV(B) 310.31º 0.25% 0.99% -
XYZ 74.01 63.01 91.48 -
YUV 213.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 252 188 241 0 0.25 0.04 0.01 310.31 0.91 0.86
Hex FC BC F1 0 19 4 1 136 5B 56
Octal 374 274 361 0 31 4 1 466 133 126
Binary 11111100 10111100 11110001 0 11001 100 1 100110110 1011011 1010110

Color Harmonies of #FCBCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCF1

Black with #FCBCF1

Text Example


Text Example

White with #FCBCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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