Html Css Color HEX #FCBEF5 Lavender Rose

📋 copy color: '#FCBEF5'

red 252 ◦ green 190 ◦ blue 245

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

Shades of Lavender Rose #FCBEF5

Tints of Lavender Rose #FCBEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.66%

R = 36.68%
G = 27.66%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCBEF5 (or 0xFCBEF5) is known color: Lavender Rose. HEX triplet: FC, BE and F5. RGB value is (252,190,245). Sum of RGB (Red+Green+Blue) = 252+190+245=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 190 (74.61% from 255 or 27.66% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEF5 is #03410A. Grayscale: #D6D6D6. Windows color (decimal): -213259 or 16105212. OLE color: 16105212.

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

Color convert

RGB 252 190 245 -
CMYK 0 0.25 0.03 0.01
HSL 306.77º 0.91% 0.87% -
HSV(B) 306.77º 0.25% 0.99% -
XYZ 75.04 64.11 94.81 -
YUV 214.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 252 190 245 0 0.25 0.03 0.01 306.77 0.91 0.87
Hex FC BE F5 0 19 3 1 133 5B 57
Octal 374 276 365 0 31 3 1 463 133 127
Binary 11111100 10111110 11110101 0 11001 11 1 100110011 1011011 1010111

Color Harmonies of #FCBEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEF5

Black with #FCBEF5

Text Example


Text Example

White with #FCBEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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