Html Css Color HEX #FEBCF3 Lavender Rose

📋 copy color: '#FEBCF3'

red 254 ◦ green 188 ◦ blue 243

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

Shades of Lavender Rose #FEBCF3

Tints of Lavender Rose #FEBCF3

RGB

 RED value IS 254 (99.61% from 255) = 37.08%

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

 BLUE value IS 243 (95.31% from 255) = 35.47%

R = 37.08%
G = 27.45%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEBCF3 (or 0xFEBCF3) is known color: Lavender Rose. HEX triplet: FE, BC and F3. RGB value is (254,188,243). Sum of RGB (Red+Green+Blue) = 254+188+243=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 188 (73.83% from 255 or 27.45% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCF3 is #01430C. Grayscale: #D5D5D5. Windows color (decimal): -82701 or 15973630. OLE color: 15973630.

HSL color Cylindrical-coordinate representation of color #FEBCF3: hue angle of 310º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCF3 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 188 243 -
CMYK 0 0.26 0.04 0.00
HSL 310º 0.97% 0.87% -
HSV(B) 310º 0.26% 1% -
XYZ 75.03 63.51 93.1 -
YUV 214 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 254 188 243 0 0.26 0.04 0.00 310 0.97 0.87
Hex FE BC F3 0 1A 4 0 136 61 57
Octal 376 274 363 0 32 4 0 466 141 127
Binary 11111110 10111100 11110011 0 11010 100 0 100110110 1100001 1010111

Color Harmonies of #FEBCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCF3

Black with #FEBCF3

Text Example


Text Example

White with #FEBCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCF3; }

 p { color: rgb(254,188,243); }

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

background-color css

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

 a { background-color: rgb(254,188,243); }

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

border-color css

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

 span { border-color: rgb(254,188,243); }

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