Html Css Color HEX #FD6C6B Bittersweet

📋 copy color: '#FD6C6B'

red 253 ◦ green 108 ◦ blue 107

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

Shades of Bittersweet #FD6C6B

Tints of Bittersweet #FD6C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.08%

 BLUE value IS 107 (42.19% from 255) = 22.86%

R = 54.06%
G = 23.08%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD6C6B (or 0xFD6C6B) is known color: Bittersweet. HEX triplet: FD, 6C and 6B. RGB value is (253,108,107). Sum of RGB (Red+Green+Blue) = 253+108+107=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6C6B is #029394. Grayscale: #979797. Windows color (decimal): -168853 or 7040253. OLE color: 7040253.

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

Color convert

RGB 253 108 107 -
CMYK 0 0.57 0.58 0.01
HSL 0.41º 0.97% 0.71% -
HSV(B) 0.41º 0.58% 0.99% -
XYZ 48.52 32.67 17.66 -
YUV 151.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 253 108 107 0 0.57 0.58 0.01 0.41 0.97 0.71
Hex FD 6C 6B 0 39 3A 1 0 61 47
Octal 375 154 153 0 71 72 1 0 141 107
Binary 11111101 1101100 1101011 0 111001 111010 1 0 1100001 1000111

Color Harmonies of #FD6C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C6B

Black with #FD6C6B

Text Example


Text Example

White with #FD6C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C6B; }

 p { color: rgb(253,108,107); }

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

background-color css

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

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

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

border-color css

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

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

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