Html Css Color HEX #FCB8FA Lavender Rose

📋 copy color: '#FCB8FA'

red 252 ◦ green 184 ◦ blue 250

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

Shades of Lavender Rose #FCB8FA

Tints of Lavender Rose #FCB8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.44%

R = 36.73%
G = 26.82%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCB8FA (or 0xFCB8FA) is known color: Lavender Rose. HEX triplet: FC, B8 and FA. RGB value is (252,184,250). Sum of RGB (Red+Green+Blue) = 252+184+250=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 184 (72.27% from 255 or 26.82% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8FA is #034705. Grayscale: #D3D3D3. Windows color (decimal): -214790 or 16431356. OLE color: 16431356.

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

Color convert

RGB 252 184 250 -
CMYK 0 0.27 0.01 0.01
HSL 301.76º 0.92% 0.85% -
HSV(B) 301.76º 0.27% 0.99% -
XYZ 74.54 61.88 98.46 -
YUV 211.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 252 184 250 0 0.27 0.01 0.01 301.76 0.92 0.85
Hex FC B8 FA 0 1B 1 1 12E 5C 55
Octal 374 270 372 0 33 1 1 456 134 125
Binary 11111100 10111000 11111010 0 11011 1 1 100101110 1011100 1010101

Color Harmonies of #FCB8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8FA

Black with #FCB8FA

Text Example


Text Example

White with #FCB8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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