Html Css Color HEX #FCB8F5 Lavender Rose

📋 copy color: '#FCB8F5'

red 252 ◦ green 184 ◦ blue 245

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

Shades of Lavender Rose #FCB8F5

Tints of Lavender Rose #FCB8F5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.02%

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

R = 37%
G = 27.02%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCB8F5 (or 0xFCB8F5) is known color: Lavender Rose. HEX triplet: FC, B8 and F5. RGB value is (252,184,245). Sum of RGB (Red+Green+Blue) = 252+184+245=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 184 (72.27% from 255 or 27.02% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8F5 is #03470A. Grayscale: #D3D3D3. Windows color (decimal): -214795 or 16103676. OLE color: 16103676.

HSL color Cylindrical-coordinate representation of color #FCB8F5: hue angle of 306.18º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8F5 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 184 245 -
CMYK 0 0.27 0.03 0.01
HSL 306.18º 0.92% 0.85% -
HSV(B) 306.18º 0.27% 0.99% -
XYZ 73.77 61.57 94.38 -
YUV 211.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 252 184 245 0 0.27 0.03 0.01 306.18 0.92 0.85
Hex FC B8 F5 0 1B 3 1 132 5C 55
Octal 374 270 365 0 33 3 1 462 134 125
Binary 11111100 10111000 11110101 0 11011 11 1 100110010 1011100 1010101

Color Harmonies of #FCB8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8F5

Black with #FCB8F5

Text Example


Text Example

White with #FCB8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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