Html Css Color HEX #FD8B8B Sweet Pink

📋 copy color: '#FD8B8B'

red 253 ◦ green 139 ◦ blue 139

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

Shades of Sweet Pink #FD8B8B

Tints of Sweet Pink #FD8B8B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.18%

 BLUE value IS 139 (54.69% from 255) = 26.18%

R = 47.65%
G = 26.18%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD8B8B (or 0xFD8B8B) is known color: Sweet Pink. HEX triplet: FD, 8B and 8B. RGB value is (253,139,139). Sum of RGB (Red+Green+Blue) = 253+139+139=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8B8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8B8B is #027474. Grayscale: #ADADAD. Windows color (decimal): -160885 or 9145341. OLE color: 9145341.

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

Color convert

RGB 253 139 139 -
CMYK 0 0.45 0.45 0.01
HSL 0.97% 0.77% -
HSV(B) 0.45% 0.99% -
XYZ 54.4 41.21 29.51 -
YUV 173.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 253 139 139 0 0.45 0.45 0.01 0 0.97 0.77
Hex FD 8B 8B 0 2D 2D 1 0 61 4D
Octal 375 213 213 0 55 55 1 0 141 115
Binary 11111101 10001011 10001011 0 101101 101101 1 0 1100001 1001101

Color Harmonies of #FD8B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8B8B

Black with #FD8B8B

Text Example


Text Example

White with #FD8B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8B8B; }

 p { color: rgb(253,139,139); }

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

background-color css

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

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

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

border-color css

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

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

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