Html Css Color HEX #FCB8F7 Lavender Rose

📋 copy color: '#FCB8F7'

red 252 ◦ green 184 ◦ blue 247

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

Shades of Lavender Rose #FCB8F7

Tints of Lavender Rose #FCB8F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.16%

R = 36.9%
G = 26.94%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCB8F7 (or 0xFCB8F7) is known color: Lavender Rose. HEX triplet: FC, B8 and F7. RGB value is (252,184,247). Sum of RGB (Red+Green+Blue) = 252+184+247=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 184 (72.27% from 255 or 26.94% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8F7 is #034708. Grayscale: #D3D3D3. Windows color (decimal): -214793 or 16234748. OLE color: 16234748.

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

Color convert

RGB 252 184 247 -
CMYK 0 0.27 0.02 0.01
HSL 304.41º 0.92% 0.85% -
HSV(B) 304.41º 0.27% 0.99% -
XYZ 74.07 61.69 96 -
YUV 211.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 252 184 247 0 0.27 0.02 0.01 304.41 0.92 0.85
Hex FC B8 F7 0 1B 2 1 130 5C 55
Octal 374 270 367 0 33 2 1 460 134 125
Binary 11111100 10111000 11110111 0 11011 10 1 100110000 1011100 1010101

Color Harmonies of #FCB8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8F7

Black with #FCB8F7

Text Example


Text Example

White with #FCB8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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