Html Css Color HEX #FCBEF8 Lavender Rose

📋 copy color: '#FCBEF8'

red 252 ◦ green 190 ◦ blue 248

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

Shades of Lavender Rose #FCBEF8

Tints of Lavender Rose #FCBEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.94%

R = 36.52%
G = 27.54%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCBEF8 (or 0xFCBEF8) is known color: Lavender Rose. HEX triplet: FC, BE and F8. RGB value is (252,190,248). Sum of RGB (Red+Green+Blue) = 252+190+248=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 190 (74.61% from 255 or 27.54% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEF8 is #034107. Grayscale: #D6D6D6. Windows color (decimal): -213256 or 16301820. OLE color: 16301820.

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

Color convert

RGB 252 190 248 -
CMYK 0 0.25 0.02 0.01
HSL 303.87º 0.91% 0.87% -
HSV(B) 303.87º 0.25% 0.99% -
XYZ 75.5 64.3 97.24 -
YUV 215.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 252 190 248 0 0.25 0.02 0.01 303.87 0.91 0.87
Hex FC BE F8 0 19 2 1 130 5B 57
Octal 374 276 370 0 31 2 1 460 133 127
Binary 11111100 10111110 11111000 0 11001 10 1 100110000 1011011 1010111

Color Harmonies of #FCBEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEF8

Black with #FCBEF8

Text Example


Text Example

White with #FCBEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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