Html Css Color HEX #FD2CBB Razzle Dazzle Rose

📋 copy color: '#FD2CBB'

red 253 ◦ green 44 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FD2CBB

Tints of Razzle Dazzle Rose #FD2CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.09%

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

R = 52.27%
G = 9.09%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD2CBB (or 0xFD2CBB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and BB. RGB value is (253,44,187). Sum of RGB (Red+Green+Blue) = 253+44+187=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CBB is #02D344. Grayscale: #7A7A7A. Windows color (decimal): -185157 or 12266749. OLE color: 12266749.

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

Color convert

RGB 253 44 187 -
CMYK 0 0.83 0.26 0.01
HSL 318.95º 0.98% 0.58% -
HSV(B) 318.95º 0.83% 0.99% -
XYZ 50.38 26.27 49.43 -
YUV 122.79 164.24 220.87 -
System Red Green Blue C M Y K H S L
Decimal 253 44 187 0 0.83 0.26 0.01 318.95 0.98 0.58
Hex FD 2C BB 0 53 1A 1 13F 62 3A
Octal 375 54 273 0 123 32 1 477 142 72
Binary 11111101 101100 10111011 0 1010011 11010 1 100111111 1100010 111010

Color Harmonies of #FD2CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2CBB

Black with #FD2CBB

Text Example


Text Example

White with #FD2CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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