Html Css Color HEX #FD3CBB Razzle Dazzle Rose

📋 copy color: '#FD3CBB'

red 253 ◦ green 60 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FD3CBB

Tints of Razzle Dazzle Rose #FD3CBB

RGB

 RED value IS 253 (99.22% from 255) = 50.6%

 GREEN value IS 60 (23.83% from 255) = 12%

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 50.6%
G = 12%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD3CBB (or 0xFD3CBB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3C and BB. RGB value is (253,60,187). Sum of RGB (Red+Green+Blue) = 253+60+187=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3CBB is #02C344. Grayscale: #838383. Windows color (decimal): -181061 or 12270845. OLE color: 12270845.

HSL color Cylindrical-coordinate representation of color #FD3CBB: hue angle of 320.52º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3CBB is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 60 187 -
CMYK 0 0.76 0.26 0.01
HSL 320.52º 0.98% 0.61% -
HSV(B) 320.52º 0.76% 0.99% -
XYZ 51.09 27.7 49.67 -
YUV 132.19 158.94 214.17 -
System Red Green Blue C M Y K H S L
Decimal 253 60 187 0 0.76 0.26 0.01 320.52 0.98 0.61
Hex FD 3C BB 0 4C 1A 1 141 62 3D
Octal 375 74 273 0 114 32 1 501 142 75
Binary 11111101 111100 10111011 0 1001100 11010 1 101000001 1100010 111101

Color Harmonies of #FD3CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3CBB

Black with #FD3CBB

Text Example


Text Example

White with #FD3CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3CBB; }

 p { color: rgb(253,60,187); }

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

background-color css

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

 a { background-color: rgb(253,60,187); }

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

border-color css

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

 span { border-color: rgb(253,60,187); }

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