Html Css Color HEX #FCB2F8 Lavender Rose

📋 copy color: '#FCB2F8'

red 252 ◦ green 178 ◦ blue 248

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

Shades of Lavender Rose #FCB2F8

Tints of Lavender Rose #FCB2F8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.25%

 BLUE value IS 248 (97.27% from 255) = 36.58%

R = 37.17%
G = 26.25%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCB2F8 (or 0xFCB2F8) is known color: Lavender Rose. HEX triplet: FC, B2 and F8. RGB value is (252,178,248). Sum of RGB (Red+Green+Blue) = 252+178+248=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 178 (69.92% from 255 or 26.25% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB2F8 is #034D07. Grayscale: #CFCFCF. Windows color (decimal): -216328 or 16298748. OLE color: 16298748.

HSL color Cylindrical-coordinate representation of color #FCB2F8: hue angle of 303.24º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB2F8 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 178 248 -
CMYK 0 0.29 0.02 0.01
HSL 303.24º 0.93% 0.84% -
HSV(B) 303.24º 0.29% 0.99% -
XYZ 73.01 59.31 96.41 -
YUV 208.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 252 178 248 0 0.29 0.02 0.01 303.24 0.93 0.84
Hex FC B2 F8 0 1D 2 1 12F 5C 54
Octal 374 262 370 0 35 2 1 457 134 124
Binary 11111100 10110010 11111000 0 11101 10 1 100101111 1011100 1010100

Color Harmonies of #FCB2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2F8

Black with #FCB2F8

Text Example


Text Example

White with #FCB2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2F8; }

 p { color: rgb(252,178,248); }

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

background-color css

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

 a { background-color: rgb(252,178,248); }

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

border-color css

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

 span { border-color: rgb(252,178,248); }

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