Html Css Color HEX #FE4ACB Razzle Dazzle Rose

📋 copy color: '#FE4ACB'

red 254 ◦ green 74 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FE4ACB

Tints of Razzle Dazzle Rose #FE4ACB

RGB

 RED value IS 254 (99.61% from 255) = 47.83%

 GREEN value IS 74 (29.3% from 255) = 13.94%

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 47.83%
G = 13.94%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE4ACB (or 0xFE4ACB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4A and CB. RGB value is (254,74,203). Sum of RGB (Red+Green+Blue) = 254+74+203=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 74 (29.30% from 255 or 13.94% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4ACB is #01B534. Grayscale: #8E8E8E. Windows color (decimal): -111925 or 13323006. OLE color: 13323006.

HSL color Cylindrical-coordinate representation of color #FE4ACB: hue angle of 317º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4ACB is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 74 203 -
CMYK 0 0.71 0.20 0.00
HSL 317º 0.99% 0.64% -
HSV(B) 317º 0.71% 1% -
XYZ 54.1 30.28 59.49 -
YUV 142.53 162.13 207.51 -
System Red Green Blue C M Y K H S L
Decimal 254 74 203 0 0.71 0.20 0.00 317 0.99 0.64
Hex FE 4A CB 0 47 14 0 13D 63 40
Octal 376 112 313 0 107 24 0 475 143 100
Binary 11111110 1001010 11001011 0 1000111 10100 0 100111101 1100011 1000000

Color Harmonies of #FE4ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4ACB

Black with #FE4ACB

Text Example


Text Example

White with #FE4ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4ACB; }

 p { color: rgb(254,74,203); }

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

background-color css

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

 a { background-color: rgb(254,74,203); }

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

border-color css

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

 span { border-color: rgb(254,74,203); }

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