Html Css Color HEX #FC4BDB Razzle Dazzle Rose

📋 copy color: '#FC4BDB'

red 252 ◦ green 75 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC4BDB

Tints of Razzle Dazzle Rose #FC4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.74%

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 46.15%
G = 13.74%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC4BDB (or 0xFC4BDB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4B and DB. RGB value is (252,75,219). Sum of RGB (Red+Green+Blue) = 252+75+219=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 75 (29.69% from 255 or 13.74% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4BDB is #03B424. Grayscale: #8F8F8F. Windows color (decimal): -242725 or 14371836. OLE color: 14371836.

HSL color Cylindrical-coordinate representation of color #FC4BDB: hue angle of 311.19º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4BDB is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 75 219 -
CMYK 0 0.70 0.13 0.01
HSL 311.19º 0.97% 0.64% -
HSV(B) 311.19º 0.7% 0.99% -
XYZ 55.45 30.84 70.05 -
YUV 144.34 170.14 204.79 -
System Red Green Blue C M Y K H S L
Decimal 252 75 219 0 0.70 0.13 0.01 311.19 0.97 0.64
Hex FC 4B DB 0 46 D 1 137 61 40
Octal 374 113 333 0 106 15 1 467 141 100
Binary 11111100 1001011 11011011 0 1000110 1101 1 100110111 1100001 1000000

Color Harmonies of #FC4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4BDB

Black with #FC4BDB

Text Example


Text Example

White with #FC4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4BDB; }

 p { color: rgb(252,75,219); }

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

background-color css

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

 a { background-color: rgb(252,75,219); }

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

border-color css

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

 span { border-color: rgb(252,75,219); }

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