Html Css Color HEX #FCBEF6 Lavender Rose

📋 copy color: '#FCBEF6'

red 252 ◦ green 190 ◦ blue 246

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

Shades of Lavender Rose #FCBEF6

Tints of Lavender Rose #FCBEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.76%

R = 36.63%
G = 27.62%
B = 35.76%

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

#FCBEF6 (or 0xFCBEF6) is known color: Lavender Rose. HEX triplet: FC, BE and F6. RGB value is (252,190,246). Sum of RGB (Red+Green+Blue) = 252+190+246=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 190 (74.61% from 255 or 27.62% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEF6 is #034109. Grayscale: #D6D6D6. Windows color (decimal): -213258 or 16170748. OLE color: 16170748.

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

Color convert

RGB 252 190 246 -
CMYK 0 0.25 0.02 0.01
HSL 305.81º 0.91% 0.87% -
HSV(B) 305.81º 0.25% 0.99% -
XYZ 75.19 64.18 95.61 -
YUV 214.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 252 190 246 0 0.25 0.02 0.01 305.81 0.91 0.87
Hex FC BE F6 0 19 2 1 132 5B 57
Octal 374 276 366 0 31 2 1 462 133 127
Binary 11111100 10111110 11110110 0 11001 10 1 100110010 1011011 1010111

Color Harmonies of #FCBEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEF6

Black with #FCBEF6

Text Example


Text Example

White with #FCBEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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